Commit b4c05eda authored by Jim Jagielski's avatar Jim Jagielski
Browse files

not yet


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-pid-table@543734 13f79535-47bb-0310-9956-ffa450edef68
parent 06ef1759
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
                        }