mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
Align logic and message :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@798695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user