mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-15 02:00:00 -04:00
[master] complete change #3925
- don't use fwdname in dns_view_findzonecut()
This commit is contained in:
parent
24aaa04401
commit
27d6642e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -3897,7 +3897,7 @@ fctx_create(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type,
|
|||
*/
|
||||
if (dns_rdatatype_atparent(fctx->type))
|
||||
findoptions |= DNS_DBFIND_NOEXACT;
|
||||
result = dns_view_findzonecut(res->view, fwdname,
|
||||
result = dns_view_findzonecut(res->view, name,
|
||||
domain, 0, findoptions,
|
||||
ISC_TRUE,
|
||||
&fctx->nameservers,
|
||||
|
|
|
|||
Loading…
Reference in a new issue