From: Jeff Trawick Date: Mon, 28 Jan 2002 00:49:04 +0000 (+0000) Subject: zap an unintended (and incorrect) comment that slipped in with X-Git-Tag: 2.0.31~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65c36405b6f0dddf9ad379968702287bd0067d11;p=apache zap an unintended (and incorrect) comment that slipped in with the last commit; sorry! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93057 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index f3f2248c0b..07bdf803a0 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -1711,9 +1711,6 @@ static const char *set_max_clients (cmd_parms *cmd, void *dummy, ap_daemons_limit); max_clients = ap_daemons_limit * ap_threads_per_child; } - /* XXX - * ap_daemons_limit can reach server_limit * ap_threads_per_child, right? - */ if (ap_daemons_limit > server_limit) { ap_log_error(APLOG_MARK, APLOG_STARTUP | APLOG_NOERRNO, 0, NULL, "WARNING: MaxClients of %d would require %d servers,",