]> git.pld-linux.org Git - packages/apache.git/blame - apache-v6only-ENOPROTOOPT.patch
- more verbose files in system-wide dirs
[packages/apache.git] / apache-v6only-ENOPROTOOPT.patch
CommitLineData
5cd9c8e9
JB
1--- httpd-2.0.48/server/listen.c.orig Mon Mar 31 06:30:52 2003
2+++ httpd-2.0.48/server/listen.c Wed Mar 3 12:05:09 2004
3@@ -120,7 +120,7 @@
4 #if APR_HAVE_IPV6
5 if (server->bind_addr->family == APR_INET6) {
6 stat = apr_socket_opt_set(s, APR_IPV6_V6ONLY, v6only_setting);
7- if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
8+ if (stat != APR_SUCCESS && stat != APR_ENOTIMPL && stat != ENOPROTOOPT) {
9 ap_log_perror(APLOG_MARK, APLOG_CRIT, stat, p,
10 "make_sock: for address %pI, apr_socket_opt_set: "
11 "(IPV6_V6ONLY)",
This page took 0.076364 seconds and 4 git commands to generate.