mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 20:11:12 -05:00
ISC_NET_HAVEIPV6 -> ISC_PLATFORM_HAVEIPV6
This commit is contained in:
parent
89acdfd744
commit
eb2c85b103
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ try_proto(int domain) {
|
|||
static void
|
||||
initialize_action(void) {
|
||||
ipv4_result = try_proto(PF_INET);
|
||||
#ifdef ISC_NET_HAVEIPV6
|
||||
#ifdef ISC_PLATFORM_HAVEIPV6
|
||||
ipv6_result = try_proto(PF_INET6);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue