Commit 45d9df5d authored by Jim Jagielski's avatar Jim Jagielski
Browse files

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
parent b4c05eda
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 {