From 7b2f8a1909ebfa555b3c46c23a15de650ceff2a2 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 7 Sep 2010 01:37:05 +0000 Subject: [PATCH] mark node as from nsec3 tree using 9.6.x method --- lib/dns/rbtdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 9dc64535c1..d253fbb43e 100644 --- a/lib/dns/rbtdb.c +++ b/lib/dns/rbtdb.c @@ -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. */