]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Thu, 25 Aug 2016 23:46:16 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 25 Aug 2016 23:46:16 +0000 (23:46 +0000)
CHANGES
bin/tests/system/resolver/ns6/ds.example.net.db.in
lib/dns/dnstap.c

diff --git a/CHANGES b/CHANGES
index 903e44ebdb37a731c41369a552f4091efcf65b45..1714f98ffd4a8edc11aa8d0d9bc74ea1a4e75cc6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
 
 4454.  [bug]           'rndc dnstap -reopen' had a race issue. [RT #43089]
 
-4453.  [bug]           Prefetching of DS records failed to update their 
+4453.  [bug]           Prefetching of DS records failed to update their
                        RRSIGs. [RT #42865]
 
 4452.  [bug]           The default key manager policy file is now
index 513d070add7d53d0854bd283111314c84ec9d19e..902bb49976f027236a6218b65b8a57a414058207 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2010, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2016  Internet Systems Consortium, Inc. ("ISC")
 ;
 ; This Source Code Form is subject to the terms of the Mozilla Public
 ; License, v. 2.0. If a copy of the MPL was not distributed with this
index f08e7fbca0f3697eac73d651386cf7ed09e118d1..0c841247e4fa5b740ef91c7bdc34c0319fc333af 100644 (file)
@@ -86,8 +86,8 @@ struct dns_dtmsg {
 };
 
 struct dns_dthandle {
-        dns_dtmode_t mode;
-        struct fstrm_reader *reader;
+       dns_dtmode_t mode;
+       struct fstrm_reader *reader;
        isc_mem_t *mctx;
 };
 
@@ -328,7 +328,7 @@ dns_dt_reopen(dns_dtenv_t *env, int roll) {
                      env->path);
 
        generation++;
-       
+
        if (env->iothr != NULL)
                fstrm_iothr_destroy(&env->iothr);