]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The unregister part should also remove from pid table.
authorJim Jagielski <jim@apache.org>
Sat, 2 Jun 2007 13:22:44 +0000 (13:22 +0000)
committerJim Jagielski <jim@apache.org>
Sat, 2 Jun 2007 13:22:44 +0000 (13:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-pid-table@543735 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index f99e70c4d826aace9b809c01026a7f74a58d160e..906888d2f6edd85ff1f5ac3268943196ac644092 100644 (file)
@@ -149,6 +149,7 @@ int ap_unregister_extra_mpm_process(pid_t pid)
             extras = cur->next;
         }
         free(cur);
+        ap_unset_pid_table(pid);
         return 1; /* found */
     }
     else {