mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
libdns refactoring: get rid of 3 versions of dns_resolver_createfetch
This commit is contained in:
@@ -268,8 +268,8 @@ checkbogus(isc_task_t *task, isc_event_t *event) {
|
||||
nta_ref(nta);
|
||||
result = dns_resolver_createfetch(view->resolver, nta->name,
|
||||
dns_rdatatype_nsec,
|
||||
NULL, NULL, NULL,
|
||||
DNS_FETCHOPT_NONTA,
|
||||
NULL, NULL, NULL, NULL, 0,
|
||||
DNS_FETCHOPT_NONTA, 0, NULL,
|
||||
task, fetch_done, nta,
|
||||
&nta->rdataset,
|
||||
&nta->sigrdataset,
|
||||
|
Reference in New Issue
Block a user