mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
ISC_NET_HAVEIPV6 -> ISC_PLATFORM_HAVEIPV6
This commit is contained in:
@@ -59,7 +59,7 @@ try_proto(int domain) {
|
|||||||
static void
|
static void
|
||||||
initialize_action(void) {
|
initialize_action(void) {
|
||||||
ipv4_result = try_proto(PF_INET);
|
ipv4_result = try_proto(PF_INET);
|
||||||
#ifdef ISC_NET_HAVEIPV6
|
#ifdef ISC_PLATFORM_HAVEIPV6
|
||||||
ipv6_result = try_proto(PF_INET6);
|
ipv6_result = try_proto(PF_INET6);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user