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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user