update copyright notice

This commit is contained in:
Automatic Updater
2009-11-03 23:47:46 +00:00
parent e844d1f3a8
commit ef2dfb76b9
2 changed files with 5 additions and 5 deletions

View 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);