2014-05-30 18:55:10 +02:00
|
|
|
Index: src/util/inet_proto.c
|
|
|
|
===================================================================
|
|
|
|
--- src/util/inet_proto.c.orig
|
|
|
|
+++ src/util/inet_proto.c
|
2021-06-02 12:12:35 +02:00
|
|
|
@@ -200,7 +200,6 @@ const INET_PROTO_INFO *inet_proto_init(c
|
2013-01-10 16:05:52 +01:00
|
|
|
if ((sock = socket(PF_INET6, SOCK_STREAM, 0)) >= 0) {
|
|
|
|
close(sock);
|
|
|
|
} else if (errno == EAFNOSUPPORT || errno == EPROTONOSUPPORT) {
|
|
|
|
- msg_warn("%s: disabling IPv6 name/address support: %m", context);
|
|
|
|
inet_proto_mask &= ~INET_PROTO_MASK_IPV6;
|
2007-03-07 22:50:13 +01:00
|
|
|
} else {
|
|
|
|
msg_fatal("socket: %m");
|