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
3ecc17d5
Commit
3ecc17d5
authored
Jan 21, 2016
by
Mark Andrews
Browse files
4298. [bug] dns_rpz_add errors in loadzone were not being
propogated up the call stack. [RT #41425]
parent
9b789c54
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
3ecc17d5
4298. [bug] dns_rpz_add errors in loadzone were not being
propogated up the call stack. [RT #41425]
4297. [test] Ensure delegations in RPZ zones fail robustly.
[RT #41518]
...
...
lib/dns/rbtdb.c
View file @
3ecc17d5
...
...
@@ -7028,6 +7028,7 @@ loadnode(dns_rbtdb_t *rbtdb, dns_name_t *name, dns_rbtnode_t **nodep,
"dns_rbt_addnode(NSEC): %s"
,
isc_result_totext
(
tmpresult
),
isc_result_totext
(
ISC_R_SUCCESS
));
noderesult
=
rpzresult
;
}
}
if
(
!
hasnsec
)
...
...
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