]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Thu, 8 Dec 2011 23:46:49 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Thu, 8 Dec 2011 23:46:49 +0000 (23:46 +0000)
lib/dns/include/dns/masterdump.h
lib/dns/masterdump.c
lib/dns/zone.c

index 0ad553445cad33c04bb96bc2ae28385bf2644e21..8631248cc2eee9ec38fd40232a5f366082a9fba4 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: masterdump.h,v 1.46 2011/12/08 16:07:21 each Exp $ */
+/* $Id: masterdump.h,v 1.47 2011/12/08 23:46:49 tbox Exp $ */
 
 #ifndef DNS_MASTERDUMP_H
 #define DNS_MASTERDUMP_H 1
@@ -233,7 +233,7 @@ dns_master_dumptostream3(isc_mem_t *mctx, dns_db_t *db,
  * 'style' specifies the file style (e.g., &dns_master_style_default).
  *
  * dns_master_dumptostream() is an old form of dns_master_dumptostream3(),
- * which always specifies the dns_masterformat_text format. 
+ * which always specifies the dns_masterformat_text format.
  * dns_master_dumptostream2() is an old form which always specifies
  * a NULL header.
  *
index 0d91ce37decebdad0757ff3f799f3db61f8868fd..c3f6dd6e2ac633494a64335b2cb4be555e0b8bef 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: masterdump.c,v 1.111 2011/12/08 16:07:21 each Exp $ */
+/* $Id: masterdump.c,v 1.112 2011/12/08 23:46:48 tbox Exp $ */
 
 /*! \file */
 
@@ -1593,7 +1593,7 @@ isc_result_t
 dns_master_dumptostream3(isc_mem_t *mctx, dns_db_t *db,
                         dns_dbversion_t *version,
                         const dns_master_style_t *style,
-                        dns_masterformat_t format, 
+                        dns_masterformat_t format,
                         dns_masterrawheader_t *header, FILE *f)
 {
        dns_dumpctx_t *dctx = NULL;
index fe79101f88aeff8f17a25e51c14ae9021e0dcb14..34fe7c7a0ba9c95938643b2c542ec0dab15bb2c3 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: zone.c,v 1.651 2011/12/08 16:07:21 each Exp $ */
+/* $Id: zone.c,v 1.652 2011/12/08 23:46:48 tbox Exp $ */
 
 /*! \file */
 
@@ -1846,7 +1846,7 @@ zone_gotwritehandle(isc_task_t *task, isc_event_t *event) {
        ZONEDB_LOCK(&zone->dblock, isc_rwlocktype_read);
        dns_db_currentversion(zone->db, &version);
        dns_master_initrawheader(&rawdata);
-       if (zone->raw != NULL) 
+       if (zone->raw != NULL)
                get_raw_serial(zone->raw, &rawdata);
        result = dns_master_dumpinc3(zone->mctx, zone->db, version,
                                     &dns_master_style_default,