mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-29 16:30:21 -04:00
mark node as from nsec3 tree using 9.6.x method
This commit is contained in:
parent
e4678bfdf2
commit
7b2f8a1909
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: rbtdb.c,v 1.270.12.23 2010/09/07 01:12:24 marka Exp $ */
|
||||
/* $Id: rbtdb.c,v 1.270.12.24 2010/09/07 01:37:05 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -7155,7 +7155,7 @@ dns_rbtdb_create
|
|||
free_rbtdb(rbtdb, ISC_FALSE, NULL);
|
||||
return (result);
|
||||
}
|
||||
nsec3node->nsec = DNS_RBT_NSEC_NSEC3;
|
||||
nsec3node->nsec3 = 1;
|
||||
/*
|
||||
* We need to give the nsec3 origin node the right locknum.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue