2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

conform to ADB API change

This commit is contained in:
Bob Halley
2000-01-21 02:51:29 +00:00
parent f87506d115
commit 6a68df334f

View File

@@ -353,7 +353,7 @@ lookup(char *target)
options |= DNS_ADBFIND_WANTEVENT;
result = dns_adb_createfind(adb, t2, lookup_callback, client,
&client->name, dns_rootname, options,
now, &client->find);
now, NULL, &client->find);
check_result(result, "dns_adb_lookup()");
dns_adb_dumpfind(client->find, stderr);