martin      99/07/07 08:16:44

  Modified:    mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c
  Log:
  Update to new module layout (Hooks)
  
  Revision  Changes    Path
  1.4       +1 -2      
apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpmt_pthread.c
  
  Index: mpmt_pthread.c
  ===================================================================
  RCS file: 
/home/cvs/apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpmt_pthread.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mpmt_pthread.c    1999/07/02 18:22:26     1.3
  +++ mpmt_pthread.c    1999/07/07 15:16:43     1.4
  @@ -1665,8 +1665,7 @@
       NULL,                    /* type_checker */
       NULL,                    /* pre-run fixups */
       NULL,                    /* logger */
  -    NULL,                    /* header parser */
  -    NULL                     /* post_read_request */
  +    NULL                     /* register hooks */
   };
   
   /* force Expat to be linked into the server executable */
  
  
  

Reply via email to