You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@apache.org on 2001/12/29 10:42:44 UTC

cvs commit: httpd-2.0/server/mpm/mpmt_os2 mpmt_os2_child.c

bjh         01/12/29 01:42:44

  Modified:    server/mpm/mpmt_os2 mpmt_os2_child.c
  Log:
  Add a missing hook run.
  
  Revision  Changes    Path
  1.9       +2 -0      httpd-2.0/server/mpm/mpmt_os2/mpmt_os2_child.c
  
  Index: mpmt_os2_child.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/mpmt_os2/mpmt_os2_child.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mpmt_os2_child.c	18 Dec 2001 13:48:53 -0000	1.8
  +++ mpmt_os2_child.c	29 Dec 2001 09:42:44 -0000	1.9
  @@ -152,6 +152,8 @@
       /* 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);