+2753. [bug] Removed an unnecessary warning that could appear when
+ building an NSEC chain. [RT #20588]
+
2752. [bug] Locking violation. [RT #20587]
2751. [bug] Fixed a memory leak in dnssec-keyfromlabel. [RT #20588]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rbtdb.c,v 1.285 2009/10/27 23:47:45 tbox Exp $ */
+/* $Id: rbtdb.c,v 1.286 2009/11/06 03:26:59 each Exp $ */
/*! \file */
nsecnode->nsec = DNS_RBT_NSEC_NSEC;
rbtnode->nsec = DNS_RBT_NSEC_HAS_NSEC;
} else if (result == ISC_R_EXISTS) {
- isc_log_write(dns_lctx,
- DNS_LOGCATEGORY_DATABASE,
- DNS_LOGMODULE_CACHE,
- ISC_LOG_ERROR,
- "addrdataset: node lied about NSEC");
rbtnode->nsec = DNS_RBT_NSEC_HAS_NSEC;
result = ISC_R_SUCCESS;
}