From: Mark Andrews Date: Tue, 8 Nov 2011 21:51:15 +0000 (+0000) Subject: nsec -> nsec3 X-Git-Tag: v9.6-ESV-R6b1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bcd1005b3f3a21510742961b0fa9de721479f10;p=thirdparty%2Fbind9.git nsec -> nsec3 --- diff --git a/lib/dns/rbtdb.c b/lib/dns/rbtdb.c index 7a5a5841456..d45f6a3951f 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.35 2011/11/08 21:20:57 marka Exp $ */ +/* $Id: rbtdb.c,v 1.270.12.36 2011/11/08 21:51:15 marka Exp $ */ /*! \file */ @@ -2513,7 +2513,7 @@ findnodeintree(dns_rbtdb_t *rbtdb, dns_rbt_t *tree, dns_name_t *name, } } if (tree == rbtdb->nsec3) - node->nsec = 1; + node->nsec3 = 1; } else if (result != ISC_R_EXISTS) { RWUNLOCK(&rbtdb->tree_lock, locktype); return (result); @@ -2521,7 +2521,7 @@ findnodeintree(dns_rbtdb_t *rbtdb, dns_rbt_t *tree, dns_name_t *name, } if (tree == rbtdb->nsec3) - INSIST(node->nsec == 1); + INSIST(node->nsec3 == 1); reactivate_node(rbtdb, node, locktype); RWUNLOCK(&rbtdb->tree_lock, locktype);