]> granicus.if.org Git - apache/commitdiff
Revert one part. I should have tested seperately. This line isn't neccessary.
authorColm MacCarthaigh <colm@apache.org>
Wed, 31 Aug 2005 16:04:25 +0000 (16:04 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 31 Aug 2005 16:04:25 +0000 (16:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@265519 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index 931fb79ce3a63905a459b4fa60c1023b33c0b246..4594e67c3e00e0a37a893cefb0f11700167da6e0 100644 (file)
@@ -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,