]> granicus.if.org Git - apache/commitdiff
zap an incorrect comment
authorJeff Trawick <trawick@apache.org>
Thu, 21 Feb 2002 11:20:01 +0000 (11:20 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 21 Feb 2002 11:20:01 +0000 (11:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93528 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index 1750862df96502f85885d93fa0562399c611594a..b2b2f2662b5de38ff719e2b40b000eac235ab564 100644 (file)
@@ -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;