From 6a68df334f6dd02429d3e7a8866e552e9e9d84ec Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 21 Jan 2000 02:51:29 +0000 Subject: [PATCH] conform to ADB API change --- bin/tests/adb_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/adb_test.c b/bin/tests/adb_test.c index f3fd92e811..eea75c87e3 100644 --- a/bin/tests/adb_test.c +++ b/bin/tests/adb_test.c @@ -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);