mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
update copyright notice
This commit is contained in:
parent
7184a893c1
commit
126dce8ebf
1 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue