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:
Jim Jagielski
2009-07-28 20:13:18 +00:00
parent d072258f05
commit 249ada6b69

View 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;