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 22:01:52 +00:00
parent f22f3078ab
commit 38364a5555
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]
1739. [bug] dns_rbt_deletetree() could incorrectly return
ISC_R_QUOTA. [RT #12695]

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: update.c,v 1.109.18.7 2004/07/23 02:57:24 marka Exp $ */
/* $Id: update.c,v 1.109.18.8 2004/10/12 22:01:52 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);