]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 5 Oct 2009 23:46:58 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 5 Oct 2009 23:46:58 +0000 (23:46 +0000)
bin/named/statschannel.c
lib/dns/zone.c

index cebb4d2aa3c208163540073ea37f21aeb23c55ac..467372a29109dfb61c5235072af0347c0c325e06 100644 (file)
@@ -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;
index a4c42f1aaed9af0732aaf515375261d4443865be..ad99258feb9bfae23aa563b4ea480b2e50168e11 100644 (file)
@@ -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 "