]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
not yet
authorJim Jagielski <jim@apache.org>
Sat, 2 Jun 2007 13:03:44 +0000 (13:03 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 2 Jun 2007 13:03:44 +0000 (13:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-pid-table@543734 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/event/event.c

index 7729af61803b5fa3b5edc29b3f34f4279670c46e..3506944a277d35ebaaa0607228b8512f4717c986 100644 (file)
@@ -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;
                         }