]> granicus.if.org Git - apache/commit
When shutting down with worker or event with active processes
authorJeff Trawick <trawick@apache.org>
Mon, 16 May 2011 22:33:59 +0000 (22:33 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 16 May 2011 22:33:59 +0000 (22:33 +0000)
commitf974cdc2164d5e296cacafb51dff931af1613622
treef176d0ec5987db3dd06fbb63a2c29dbe46df8704
parentef3dbf5cbdff8f74b266d88d6b52d73b1cb8a08e
When shutting down with worker or event with active processes
which had lost their scoreboard slot during a prior graceful
restart, calls to ap_unregister_extra_mpm_process() were hidden
if AP_DEBUG (maintainer mode) wasn't defined.

This resulted in an uninitialized generation variable being
passed through to the child_status hook.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1103932 13f79535-47bb-0310-9956-ffa450edef68
server/mpm_unix.c