]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Minor nit... be consistent and unset even now :)
authorJim Jagielski <jim@apache.org>
Fri, 1 Jun 2007 23:44:36 +0000 (23:44 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 1 Jun 2007 23:44:36 +0000 (23:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-pid-table@543667 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/mpmt_os2/mpmt_os2.c

index 94c54975479d0e97e5b11cc39896b0effc9af1e5..1d6377fc60c20daa60ac6371b41554a0bffba8c1 100644 (file)
@@ -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);
         }
     }