From: Stefan Fritsch Date: Mon, 21 Nov 2016 21:41:23 +0000 (+0000) Subject: mpm_event: add clarifying comment X-Git-Tag: 2.5.0-alpha~994 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=31857a5cfabcd44d6a3299a20f7455a72db13ae5;p=thirdparty%2Fapache%2Fhttpd.git mpm_event: add clarifying comment from jim git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1770768 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index 22ff6148bcf..01dc6c5eb72 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -3159,6 +3159,7 @@ static void server_main_loop(int remaining_children_to_start, int num_buckets) if (!ps->quiescing) active_daemons--; ps->quiescing = 0; + /* NOTE: We don't dec in the (child_slot < 0) case! */ retained->total_daemons--; if (processed_status == APEXIT_CHILDSICK) { /* resource shortage, minimize the fork rate */