]> granicus.if.org Git - apache/commitdiff
Align logic and message :)
authorJim Jagielski <jim@apache.org>
Tue, 28 Jul 2009 20:13:18 +0000 (20:13 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 28 Jul 2009 20:13:18 +0000 (20:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798695 13f79535-47bb-0310-9956-ffa450edef68

modules/cluster/mod_heartmonitor.c

index 41137bf08512869daab298a76e4e6481bb738005..5b8712425dd889fd8c8c19cbfb8e7982ac1693a3 100644 (file)
@@ -639,7 +639,7 @@ static const char *cmd_hm_maxworkers(cmd_parms *cmd,
     }
 
     maxworkers = atoi(data);
-    if (maxworkers < 10)
+    if (maxworkers <= 10)
         return "HeartbeatMaxServers: Should be bigger than 10"; 
 
     return NULL;