From: Brian Havard Date: Sat, 29 Dec 2001 09:42:44 +0000 (+0000) Subject: Add a missing hook run. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=373a87c103c873c47d705e312ef66b601412ef5c;p=apache Add a missing hook run. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92647 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_os2/mpmt_os2_child.c b/server/mpm/mpmt_os2/mpmt_os2_child.c index 8a25299573..a16c5528b6 100644 --- a/server/mpm/mpmt_os2/mpmt_os2_child.c +++ b/server/mpm/mpmt_os2/mpmt_os2_child.c @@ -152,6 +152,8 @@ void ap_mpm_child_main(apr_pool_t *pconf) /* Create pool for child */ apr_pool_create(&pchild, pconf); + ap_run_child_init(pchild, ap_server_conf); + /* Create an event semaphore used to trigger other threads to shutdown */ rc = DosCreateEventSem(NULL, &shutdown_event, 0, FALSE);