]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
When deciding on the default address family for listening sockets,
authorJeff Trawick <trawick@apache.org>
Tue, 30 Jul 2002 14:52:12 +0000 (14:52 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 30 Jul 2002 14:52:12 +0000 (14:52 +0000)
commit8e0a6a5f0084f111209827f6d4e625a7faadf7ed
tree53fb2a31408090c356cffc10b91c56a327d93c7c
parent599b7eb50cd09cb8033f9e9ce537b96ec9f54d91
When deciding on the default address family for listening sockets,
make sure we can actually bind to an AF_INET6 socket before
deciding that we should default to AF_INET6.  This fixes a startup
problem on certain levels of OpenUNIX.

PR:        10235

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96237 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/listen.c