From: Jeff Trawick Date: Mon, 28 Mar 2011 14:13:37 +0000 (+0000) Subject: ap_max_requests_per_child is a global X-Git-Tag: 2.3.12~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=044e80c6212e6506e65d8f28a7b51b70e6bf8c3f;p=thirdparty%2Fapache%2Fhttpd.git ap_max_requests_per_child is a global (otherwise, this local one doesn't match the one used by the OS/2 child code or the MaxConnectionsPerChild directive) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086246 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_os2/mpmt_os2.c b/server/mpm/mpmt_os2/mpmt_os2.c index 10284a3ffad..c961450969a 100644 --- a/server/mpm/mpmt_os2/mpmt_os2.c +++ b/server/mpm/mpmt_os2/mpmt_os2.c @@ -75,7 +75,6 @@ static apr_pool_t *pconf = NULL; /* Pool for config stuff */ static int one_process = 0; static int ap_daemons_to_start = 0; static int ap_thread_limit = 0; -static int ap_max_requests_per_child = 0; int ap_min_spare_threads = 0; int ap_max_spare_threads = 0;