From: Automatic Updater Date: Mon, 5 Oct 2009 23:46:58 +0000 (+0000) Subject: update copyright notice X-Git-Tag: v9.5.2-P1~1^5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e81af1c6a3c9e6f4cb687e7d1c04b2027d17cdc;p=thirdparty%2Fbind9.git update copyright notice --- diff --git a/bin/named/statschannel.c b/bin/named/statschannel.c index cebb4d2aa3c..467372a2910 100644 --- a/bin/named/statschannel.c +++ b/bin/named/statschannel.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: statschannel.c,v 1.2.2.20 2009/10/05 21:57:42 each Exp $ */ +/* $Id: statschannel.c,v 1.2.2.21 2009/10/05 23:46:57 tbox Exp $ */ /*! \file */ @@ -730,7 +730,7 @@ generatexml(ns_server_t *server, int *buflen, xmlChar **buf) { TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "bind")); TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "statistics")); TRY0(xmlTextWriterWriteAttribute(writer, ISC_XMLCHAR "version", - ISC_XMLCHAR "2.2")); + ISC_XMLCHAR "2.2")); /* Set common fields for statistics dump */ dumparg.type = statsformat_xml; diff --git a/lib/dns/zone.c b/lib/dns/zone.c index a4c42f1aaed..ad99258feb9 100644 --- a/lib/dns/zone.c +++ b/lib/dns/zone.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: zone.c,v 1.470.12.13 2009/10/05 21:57:42 each Exp $ */ +/* $Id: zone.c,v 1.470.12.14 2009/10/05 23:46:58 tbox Exp $ */ /*! \file */ @@ -2201,10 +2201,10 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime, serialmax); result = DNS_R_BADZONE; goto cleanup; - } else if (!isc_serial_ge(serial, oldserial)) + } else if (!isc_serial_ge(serial, oldserial)) dns_zone_log(zone, ISC_LOG_ERROR, "zone serial has gone backwards"); - else if (serial == oldserial && !hasinclude) + else if (serial == oldserial && !hasinclude) dns_zone_log(zone, ISC_LOG_ERROR, "zone serial unchanged. " "zone may fail to transfer "