forked from pool/postfix
423ba78ec2
update to 2.8.12 OBS-URL: https://build.opensuse.org/request/show/131303 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=147
20 lines
771 B
Diff
20 lines
771 B
Diff
Index: src/util/inet_proto.c
|
|
===================================================================
|
|
--- src/util/inet_proto.c.orig
|
|
+++ src/util/inet_proto.c
|
|
@@ -220,9 +220,11 @@ INET_PROTO_INFO *inet_proto_init(const c
|
|
pf->sa_family_list = make_uchar_vector(3, AF_INET, AF_INET6, 0);
|
|
break;
|
|
} else if (errno == EAFNOSUPPORT) {
|
|
- msg_warn("%s: IPv6 support is disabled: %m", context);
|
|
- msg_warn("%s: configuring for IPv4 support only", context);
|
|
- /* FALLTHROUGH */
|
|
+ /* remove waste warnings 2007-01-25 Peter Varkoly <varkoly@novell.com>
|
|
+ * msg_warn("%s: IPv6 support is disabled: %m", context);
|
|
+ * msg_warn("%s: configuring for IPv4 support only", context);
|
|
+ * FALLTHROUGH
|
|
+ */
|
|
} else {
|
|
msg_fatal("socket: %m");
|
|
}
|