remove it from our pid table in any case.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@544218
13f79535-47bb-0310-9956-
ffa450edef68
}
#endif
if (pid >= 0) {
+ unset_pid_table(pid);
process_child_status(pid, status);
/* non-fatal death... note that it's gone in the scoreboard. */
ap_sync_scoreboard_image();
if (child_slot >= 0) {
(void) ap_update_child_status(child_slot, SERVER_DEAD,
(request_rec *) NULL);
- unset_pid_table(pid);
if (remaining_children_to_start
&& child_slot < ap_daemons_limit) {
/* we're still doing a 1-for-1 replacement of dead