]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 10 Sep 2009 23:48:00 +0000 (23:48 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 10 Sep 2009 23:48:00 +0000 (23:48 +0000)
lib/dns/zone.c

index f1bd6be76a96ec0b7dad5c3cfb0badb499bf8e8d..c7b963f7c10d68fc1ecb0c28bd0b0b6cea6a37b9 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.505 2009/09/10 01:47:08 each Exp $ */
+/* $Id: zone.c,v 1.506 2009/09/10 23:48:00 tbox Exp $ */
 
 /*! \file */
 
@@ -2898,7 +2898,7 @@ static isc_result_t
 add_soa(dns_zone_t *zone, dns_db_t *db) {
        isc_result_t result;
        dns_rdata_t rdata = DNS_RDATA_INIT;
-        unsigned char buf[DNS_SOA_BUFFERSIZE];
+       unsigned char buf[DNS_SOA_BUFFERSIZE];
        dns_dbversion_t *ver = NULL;
        dns_diff_t diff;
 
@@ -3133,7 +3133,7 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
        else
                DNS_ZONE_CLRFLAG(zone, DNS_ZONEFLG_HASINCLUDE);
 
-       /* 
+       /*
         * If there's no master file for a key zone, then the zone is new:
         * create an SOA record.  (We do this now, instead of later, so that
         * if there happens to be a journal file, we can roll forward from