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

pid is proc here :)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-pid-table@543587 13f79535-47bb-0310-9956-ffa450edef68
parent 3973da61
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1602,7 +1602,7 @@ static void server_main_loop(int remaining_children_to_start)
                                                        (request_rec *) NULL);

                ap_scoreboard_image->parent[child_slot].pid = 0;
                ap_unset_pid_table(pid);
                ap_unset_pid_table(pid.pid);
                ap_scoreboard_image->parent[child_slot].quiescing = 0;
                if (processed_status == APEXIT_CHILDSICK) {
                    /* resource shortage, minimize the fork rate */