mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-05 00:55:24 +00:00
libdns refactoring: get rid of two versions of dns_adb_createfind and dns_adb_probesize
This commit is contained in:
@@ -258,7 +258,8 @@ lookup(const char *target) {
|
||||
options |= DNS_ADBFIND_GLUEOK;
|
||||
result = dns_adb_createfind(adb, t2, lookup_callback, client,
|
||||
&client->name, dns_rootname, 0, options,
|
||||
now, NULL, view->dstport, &client->find);
|
||||
now, NULL, view->dstport, 0, NULL,
|
||||
&client->find);
|
||||
if (result != ISC_R_SUCCESS)
|
||||
printf("DNS_ADB_CREATEFIND -> %s\n", dns_result_totext(result));
|
||||
dns_adb_dumpfind(client->find, stderr);
|
||||
|
Reference in New Issue
Block a user