2
0
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:
Witold Kręcicki
2018-04-03 13:10:03 +02:00
parent 3687648384
commit f0a07b7546
7 changed files with 21 additions and 47 deletions

View File

@@ -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);