]> granicus.if.org Git - apache/commit
Fix address-in-use startup failure caused by corruption of the list of
authorJeff Trawick <trawick@apache.org>
Mon, 23 Oct 2006 17:18:35 +0000 (17:18 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 23 Oct 2006 17:18:35 +0000 (17:18 +0000)
commite3f4ffeaaf30b8d95a35ebd6b9a26172ce082879
tree04fb8f9c7c51de5bfc6422c6edd1a0586089557a
parenta61bc186716b7b58415bd4b139500ab93dab7fed
Fix address-in-use startup failure caused by corruption of the list of
listen sockets in some configurations with multiple generic Listen
directives.

The logic in error is that which prunes out generic IPv4 listening
sockets when we already have a v4-mapped generic IPv6 listening
socket for the same port.

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