]> granicus.if.org Git - apache/commitdiff
Get Apache on Windows working again after Ryan's first commit to remove
authorBill Stoddard <stoddard@apache.org>
Sat, 21 Oct 2000 12:00:56 +0000 (12:00 +0000)
committerBill Stoddard <stoddard@apache.org>
Sat, 21 Oct 2000 12:00:56 +0000 (12:00 +0000)
BUFF.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86681 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 6b34a3609a4d1006faec9dd4419d42fce4da6956..272992a8180e04299fba8b27e44d95b8ec5a729b 100644 (file)
@@ -1138,8 +1138,7 @@ static void worker_main(int child_num)
         sock_disable_nagle(context->accept_socket);
         apr_put_os_sock(&context->sock, &context->accept_socket, context->ptrans);
 
-        ap_bpush_socket(context->conn_io, context->sock);
-        c = ap_new_connection(context->ptrans, server_conf, context->conn_io,
+        c = ap_new_connection(context->ptrans, server_conf, context->sock,
                               (struct sockaddr_in *) context->sa_client,
                               (struct sockaddr_in *) context->sa_server,
                               child_num);