From 27d6642e8b8403b459fb21784868f07c4e993235 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 22 Aug 2014 14:57:30 -0700 Subject: [PATCH] [master] complete change #3925 - don't use fwdname in dns_view_findzonecut() --- lib/dns/resolver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 5d0db9745e..df35fa1f08 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -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,