+2822. [bug] rbtdb.c:loadnode() could return the wrong result.
+ [RT #20802]
+
2821. [doc] Add note that named-checkconf doesn't automatically
read rndc.key and bind.keys [RT #20758]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rbtdb.c,v 1.293 2009/12/23 23:43:01 each Exp $ */
+/* $Id: rbtdb.c,v 1.294 2009/12/29 08:53:33 marka Exp $ */
/*! \file */
if (nsecresult == ISC_R_SUCCESS) {
nsecnode->nsec = DNS_RBT_NSEC_NSEC;
(*nodep)->nsec = DNS_RBT_NSEC_HAS_NSEC;
- return (ISC_R_SUCCESS);
+ return (noderesult);
}
if (nsecresult == ISC_R_EXISTS) {