From: Jim Jagielski Date: Sat, 2 Jun 2007 13:03:44 +0000 (+0000) Subject: not yet X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f89d7c2e02fec9c340a220b57278f2d5e12669fa;p=thirdparty%2Fapache%2Fhttpd.git not yet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-pid-table@543734 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/experimental/event/event.c b/server/mpm/experimental/event/event.c index 7729af61803..3506944a277 100644 --- a/server/mpm/experimental/event/event.c +++ b/server/mpm/experimental/event/event.c @@ -2066,7 +2066,6 @@ int ap_mpm_run(apr_pool_t * _pconf, apr_pool_t * plog, server_rec * s) if (ap_in_pid_table(MPM_CHILD_PID(index))) { if (kill(MPM_CHILD_PID(index), 0) == 0) { active_children = 1; - ap_unset_pid_table(MPM_CHILD_PID(index)); /* Having just one child is enough to stay around */ break; }