Commit 06ef1759 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Minor nit... be consistent and unset even now :)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-pid-table@543667 13f79535-47bb-0310-9956-ffa450edef68
parent c2abb21c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -337,6 +337,7 @@ static char master_main()
        pid = ap_scoreboard_image->parent[n].pid;
        if (ap_in_pid_table(pid)) {
            kill(pid, is_graceful ? SIGHUP : SIGTERM);
            ap_unset_pid_table(pid);
        }
    }