From: William A. Rowe Jr Date: Wed, 18 Jul 2001 17:13:01 +0000 (+0000) Subject: rbb's names still need work :) X-Git-Tag: 2.0.21~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61e59ac06388c0901ea5941b5424be7c4e423a39;p=apache rbb's names still need work :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89593 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/listen.c b/server/listen.c index 12b270c86a..0562f61339 100644 --- a/server/listen.c +++ b/server/listen.c @@ -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; }