From: Jeff Trawick Date: Thu, 21 Feb 2002 11:20:01 +0000 (+0000) Subject: zap an incorrect comment X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2140b4d1dd4434793010987521e12b8077ab343b;p=apache zap an incorrect comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93528 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index 1750862df9..b2b2f2662b 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -159,7 +159,7 @@ int ap_threads_per_child = 0; /* Worker threads per child */ static int ap_daemons_to_start = 0; static int min_spare_threads = 0; static int max_spare_threads = 0; -static int ap_daemons_limit = 0; /* MaxClients */ +static int ap_daemons_limit = 0; static int server_limit = DEFAULT_SERVER_LIMIT; static int first_server_limit; static int thread_limit = DEFAULT_THREAD_LIMIT;