Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 90810 invoked by uid 500); 29 Jan 2002 22:31:27 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 90799 invoked by uid 500); 29 Jan 2002 22:31:27 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 29 Jan 2002 22:31:26 -0000 Message-ID: <20020129223126.24288.qmail@icarus.apache.org> From: gregames@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server/mpm/prefork prefork.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N gregames 02/01/29 14:31:25 Modified: server/mpm/prefork prefork.c Log: get prefork to build again. Revision Changes Path 1.235 +1 -1 httpd-2.0/server/mpm/prefork/prefork.c Index: prefork.c =================================================================== RCS file: /home/cvs/httpd-2.0/server/mpm/prefork/prefork.c,v retrieving revision 1.234 retrieving revision 1.235 diff -u -r1.234 -r1.235 --- prefork.c 29 Jan 2002 02:41:46 -0000 1.234 +++ prefork.c 29 Jan 2002 22:31:25 -0000 1.235 @@ -714,7 +714,7 @@ current_conn = ap_new_connection(ptrans, ap_server_conf, csd, my_child_num, sbh); if (current_conn) { - ap_process_connection(current_conn); + ap_process_connection(current_conn, csd); ap_lingering_close(current_conn); }