From: Jim Jagielski Date: Sat, 2 Jun 2007 13:22:44 +0000 (+0000) Subject: The unregister part should also remove from pid table. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f342d9c0b4d98b792aef1f70cacf3817d9546f6;p=thirdparty%2Fapache%2Fhttpd.git The unregister part should also remove from pid table. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-pid-table@543735 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm_common.c b/server/mpm_common.c index f99e70c4d82..906888d2f6e 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -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 {