Commit 22fd958b authored by Bill Stoddard's avatar Bill Stoddard
Browse files

This will ensure the child pool is cleaned up nicely.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88567 13f79535-47bb-0310-9956-ffa450edef68
parent 84f0e93a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -762,7 +762,7 @@ static int make_child(server_rec *s, int slot)
        apr_signal(SIGTERM, just_die);
        child_main(slot);

        exit(0);
        clean_child_exit(0);
    }
    /* else */
    ap_scoreboard_image->parent[slot].pid = pid;