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:
Mark Andrews 2016-01-21 14:43:04 +11:00
parent 763c67c878
commit 0be82a114d
2 changed files with 4 additions and 0 deletions

View file

@ -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]

View file

@ -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)