From 373a87c103c873c47d705e312ef66b601412ef5c Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Sat, 29 Dec 2001 09:42:44 +0000 Subject: [PATCH] Add a missing hook run. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92647 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/mpmt_os2/mpmt_os2_child.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.50.1