From c47a1b1db36687a9ecf662c721c791e5d271bf4d Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Mon, 19 Jul 1999 23:55:01 +0000 Subject: [PATCH] isc_net_haveipvN is now is_net_probeipvN --- bin/tests/res_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/res_test.c b/bin/tests/res_test.c index dad9178c3f..a7ae4fe65f 100644 --- a/bin/tests/res_test.c +++ b/bin/tests/res_test.c @@ -161,8 +161,8 @@ main(int argc, char *argv[]) { if (verbose) { printf("%u workers\n", workers); - printf("IPv4: %s\n", isc_result_totext(isc_net_haveipv4())); - printf("IPv6: %s\n", isc_result_totext(isc_net_haveipv6())); + printf("IPv4: %s\n", isc_result_totext(isc_net_probeipv4())); + printf("IPv6: %s\n", isc_result_totext(isc_net_probeipv6())); } taskmgr = NULL;