From 044e80c6212e6506e65d8f28a7b51b70e6bf8c3f Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 28 Mar 2011 14:13:37 +0000 Subject: [PATCH] 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 --- server/mpm/mpmt_os2/mpmt_os2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/mpm/mpmt_os2/mpmt_os2.c b/server/mpm/mpmt_os2/mpmt_os2.c index 10284a3ffa..c961450969 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; -- 2.49.0