1741. [bug] Deleting all records at a node in a secure zone

using a update-policy grant failed. [RT #12787]
This commit is contained in:
Mark Andrews 2004-10-12 21:57:57 +00:00
parent 073bd4c4bc
commit 6cdae8730d
2 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
1741. [bug] Deleting all records at a node in a secure zone
using a update-policy grant failed. [RT #12787]
1740. [placeholder] rt12729
1739. [bug] dns_rbt_deletetree() could incorrectly return

View file

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: update.c,v 1.116 2004/07/23 02:57:27 marka Exp $ */
/* $Id: update.c,v 1.117 2004/10/12 21:57:57 marka Exp $ */
#include <config.h>
@ -708,7 +708,7 @@ ssu_checkrule(void *data, dns_rdataset_t *rrset) {
*/
if (rrset->type == dns_rdatatype_rrsig ||
rrset->type == dns_rdatatype_nsec)
return (ISC_TRUE);
return (ISC_R_SUCCESS);
result = dns_ssutable_checkrules(ssuinfo->table, ssuinfo->signer,
ssuinfo->name, rrset->type);
return (result == ISC_TRUE ? ISC_R_SUCCESS : ISC_R_FAILURE);