Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
6cdae873
Commit
6cdae873
authored
Oct 12, 2004
by
Mark Andrews
Browse files
1741. [bug] Deleting all records at a node in a secure zone
using a update-policy grant failed. [RT #12787]
parent
073bd4c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
6cdae873
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
...
...
bin/named/update.c
View file @
6cdae873
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: update.c,v 1.11
6
2004/
07/23 02
:57:
2
7 marka Exp $ */
/* $Id: update.c,v 1.11
7
2004/
10/12 21
:57:
5
7 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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment