Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:FactoryCandidates
postfix
ipv6_disabled.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ipv6_disabled.patch of Package postfix
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");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor