]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Tue, 3 Nov 2009 23:47:46 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Tue, 3 Nov 2009 23:47:46 +0000 (23:47 +0000)
bin/dnssec/dnssec-signzone.c
lib/dns/nsec3.c

index 22a1df60b935e6472937a0178fe4957510ce81fb..eec6110ac58e7646c4f389b2f70c9531accd1d6f 100644 (file)
@@ -29,7 +29,7 @@
  * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec-signzone.c,v 1.209.12.17 2009/11/03 01:39:31 marka Exp $ */
+/* $Id: dnssec-signzone.c,v 1.209.12.18 2009/11/03 23:47:45 tbox Exp $ */
 
 /*! \file */
 
@@ -3411,7 +3411,7 @@ main(int argc, char *argv[]) {
        if (ISC_LIST_EMPTY(keylist)) {
                if (disable_zone_check)
                        fprintf(stderr, "%s: warning: No keys specified "
-                               "or found\n", program);
+                               "or found\n", program);
                else
                        fatal("No signing keys specified or found.");
                nokeys = ISC_TRUE;
index caac49cb24a07e0b0ecd35de898a42ecf9ca5a92..ea6546d9e60fe3ca5ae67ffcf60391ce2dea9af1 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsec3.c,v 1.6.12.3 2009/11/03 01:16:19 marka Exp $ */
+/* $Id: nsec3.c,v 1.6.12.4 2009/11/03 23:47:46 tbox Exp $ */
 
 #include <config.h>
 
@@ -154,7 +154,7 @@ dns_nsec3_buildrdata(dns_db_t *db, dns_dbversion_t *version,
                        if (rdataset.type > max_type)
                                max_type = rdataset.type;
                        set_bit(bm, rdataset.type, 1);
-                       /* 
+                       /*
                         * Work out if we need to set the RRSIG bit for
                         * this node.  We set the RRSIG bit if either of
                         * the following conditions are met:
@@ -168,7 +168,7 @@ dns_nsec3_buildrdata(dns_db_t *db, dns_dbversion_t *version,
                                need_rrsig = ISC_TRUE;
                        else if (rdataset.type == dns_rdatatype_ns)
                                found_ns = ISC_TRUE;
-                       else 
+                       else
                                found = ISC_TRUE;
                }
                dns_rdataset_disassociate(&rdataset);