mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 14:07:59 +00:00
conform to ADB API change
This commit is contained in:
parent
f87506d115
commit
6a68df334f
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user