mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
conform to ADB API change
This commit is contained in:
@@ -353,7 +353,7 @@ lookup(char *target)
|
|||||||
options |= DNS_ADBFIND_WANTEVENT;
|
options |= DNS_ADBFIND_WANTEVENT;
|
||||||
result = dns_adb_createfind(adb, t2, lookup_callback, client,
|
result = dns_adb_createfind(adb, t2, lookup_callback, client,
|
||||||
&client->name, dns_rootname, options,
|
&client->name, dns_rootname, options,
|
||||||
now, &client->find);
|
now, NULL, &client->find);
|
||||||
check_result(result, "dns_adb_lookup()");
|
check_result(result, "dns_adb_lookup()");
|
||||||
dns_adb_dumpfind(client->find, stderr);
|
dns_adb_dumpfind(client->find, stderr);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user