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

  Omitted the arg


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89594 13f79535-47bb-0310-9956-ffa450edef68
parent dc98b6ba
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_set_inherit();
    apr_socket_set_inherit(new->sd);
    new->next = ap_listeners;
    ap_listeners = new;
}