From: Colm MacCarthaigh Date: Wed, 31 Aug 2005 16:04:25 +0000 (+0000) Subject: Revert one part. I should have tested seperately. This line isn't neccessary. X-Git-Tag: 2.3.0~3029 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=106fdaa5687e83d66d842b444050449f1f62ae69;p=apache Revert one part. I should have tested seperately. This line isn't neccessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@265519 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index 931fb79ce3..4594e67c3e 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -2097,7 +2097,7 @@ static const char *set_threads_per_child (cmd_parms *cmd, void *dummy, } ap_threads_per_child = atoi(arg); - if (first_thread_limit && ap_threads_per_child > thread_limit) { + if (ap_threads_per_child > thread_limit) { ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL, "WARNING: ThreadsPerChild of %d exceeds ThreadLimit " "value of %d", ap_threads_per_child,