forked from pool/postfix
505c9a6190
This is work in progress: Do not accept yet How do we plan to handle the section from the RELEASE_NOTES about the internal process updates? https://de.postfix.org/ftpmirror/official/postfix-3.6.0.RELEASE_NOTES do we just hope that the restart will be fast enough? OBS-URL: https://build.opensuse.org/request/show/896790 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=413
13 lines
518 B
Diff
13 lines
518 B
Diff
Index: src/util/inet_proto.c
|
|
===================================================================
|
|
--- src/util/inet_proto.c.orig
|
|
+++ src/util/inet_proto.c
|
|
@@ -200,7 +200,6 @@ const INET_PROTO_INFO *inet_proto_init(c
|
|
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;
|
|
} else {
|
|
msg_fatal("socket: %m");
|