]> granicus.if.org Git - apache/commitdiff
This appears to be the correct patch, but I'm not certain... FirstBill,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 12 Dec 2000 18:25:43 +0000 (18:25 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 12 Dec 2000 18:25:43 +0000 (18:25 +0000)
  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

server/mpm/winnt/mpm_winnt.c

index be52f56a7cf4967632146a3add47620d288f0e6b..a300244de52fc22abbd8a389eaf55760fbda36ef 100644 (file)
@@ -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);