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

  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
parent f2c326ca
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);