2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

libdns refactoring: get rid of multiple versions of dns_view_find, dns_view_findzonecut and dns_view_flushcache

This commit is contained in:
Witold Kręcicki
2018-04-04 09:51:42 +02:00
parent 702c022016
commit d54d482af0
9 changed files with 40 additions and 79 deletions

View File

@@ -797,7 +797,8 @@ view_find(resctx_t *rctx, dns_db_t **dbp, dns_dbnode_t **nodep,
type = rctx->type;
result = dns_view_find(rctx->view, name, type, 0, 0, ISC_FALSE,
dbp, nodep, foundname, rctx->rdataset,
ISC_FALSE, dbp, nodep, foundname,
rctx->rdataset,
rctx->sigrdataset);
return (result);