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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user