From: William A. Rowe Jr Date: Tue, 12 Dec 2000 18:25:43 +0000 (+0000) Subject: This appears to be the correct patch, but I'm not certain... FirstBill, X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84dc3627226e64e5edc23e7eb85b741d298e7414;p=apache This appears to be the correct patch, but I'm not certain... FirstBill, please verify it's the right fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87304 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c index be52f56a7c..a300244de5 100644 --- a/server/mpm/winnt/mpm_winnt.c +++ b/server/mpm/winnt/mpm_winnt.c @@ -1147,8 +1147,6 @@ static void worker_main(int child_num) apr_make_os_sock(&context->sock, &sockinfo, context->ptrans); c = ap_new_connection(context->ptrans, server_conf, context->sock, - (struct sockaddr_in *) context->sa_client, - (struct sockaddr_in *) context->sa_server, child_num); ap_process_connection(c);