options = fctx->options & ~DNS_FETCHOPT_TRYSTALE_ONTIMEOUT;
result = dns_resolver_createfetch(
fctx->res, &fctx->nsname, dns_rdatatype_ns, domain,
- nsrdataset, NULL, NULL, 0, options, 0, NULL, task,
+ nsrdataset, NULL, NULL, 0, options, 0, fctx->qc, task,
resume_dslookup, fctx, &fctx->nsrrset, NULL,
&fctx->nsfetch);
/*
options = fctx->options & ~DNS_FETCHOPT_TRYSTALE_ONTIMEOUT;
result = dns_resolver_createfetch(
fctx->res, &fctx->nsname, dns_rdatatype_ns, NULL, NULL, NULL,
- NULL, 0, options, 0, NULL, rctx->task, resume_dslookup, fctx,
- &fctx->nsrrset, NULL, &fctx->nsfetch);
+ NULL, 0, options, 0, fctx->qc, rctx->task, resume_dslookup,
+ fctx, &fctx->nsrrset, NULL, &fctx->nsfetch);
if (result != ISC_R_SUCCESS) {
if (result == DNS_R_DUPLICATE) {
result = DNS_R_SERVFAIL;