mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 22:10:00 -04:00
4298. [bug] dns_rpz_add errors in loadzone were not being
propogated up the call stack. [RT #41425]
(cherry picked from commit 3ecc17d551)
This commit is contained in:
parent
763c67c878
commit
0be82a114d
2 changed files with 4 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
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]
|
||||
|
||||
|
|
|
|||
|
|
@ -6975,6 +6975,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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue