+2776. [bug] Change #2762 was not correct. [RT #20647]
+
2775. [bug] Accept RSASHA256 and RSASHA512 as NSEC3 compatible
in dnssec-keyfromlabel. [RT #20643]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: rbtdb.c,v 1.288 2009/11/17 23:55:18 marka Exp $ */
+/* $Id: rbtdb.c,v 1.289 2009/11/23 02:10:16 marka Exp $ */
/*! \file */
*/
result = dns_rbtnodechain_prev(nsecchain,
name, origin);
+ if (result == DNS_R_NEWORIGIN)
+ result = ISC_R_SUCCESS;
} else if (result == ISC_R_NOTFOUND
|| result == DNS_R_PARTIALMATCH) {
result = dns_rbtnodechain_current(nsecchain,
*/
result = dns_rbtnodechain_prev(nsecchain, name, origin);
if (result == DNS_R_NEWORIGIN)
- result = ISC_R_NOTFOUND;
+ result = ISC_R_SUCCESS;
if (result != ISC_R_SUCCESS)
return (result);
}