Commit dc98b6ba authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  rbb's names still need work :)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89593 13f79535-47bb-0310-9956-ffa450edef68
parent d4d7b9a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ static void alloc_listener(process_rec *process, char *addr, apr_port_t port)
                     "alloc_listener: failed to get a socket for %s", addr);
        return;
    }
    apr_socket_inherit_set();
    apr_socket_set_inherit();
    new->next = ap_listeners;
    ap_listeners = new;
}