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

index 4c44194bc4c813262c0706914c86f419ee0ead20..2598a60118bd0e47d5b6260a34f33d333d703e07 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: nsec3.c,v 1.11 2009/11/03 01:07:48 marka Exp $ */
+/* $Id: nsec3.c,v 1.12 2009/11/03 23:48:23 tbox Exp $ */
 
 #include <config.h>
 
@@ -155,7 +155,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:
@@ -169,7 +169,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);