mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
isc_net_haveipvN is now is_net_probeipvN
This commit is contained in:
@@ -161,8 +161,8 @@ main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
printf("%u workers\n", workers);
|
printf("%u workers\n", workers);
|
||||||
printf("IPv4: %s\n", isc_result_totext(isc_net_haveipv4()));
|
printf("IPv4: %s\n", isc_result_totext(isc_net_probeipv4()));
|
||||||
printf("IPv6: %s\n", isc_result_totext(isc_net_haveipv6()));
|
printf("IPv6: %s\n", isc_result_totext(isc_net_probeipv6()));
|
||||||
}
|
}
|
||||||
|
|
||||||
taskmgr = NULL;
|
taskmgr = NULL;
|
||||||
|
Reference in New Issue
Block a user