]> granicus.if.org Git - apache/commitdiff
Unbreak dexter and pthread MPM after Ben's latest hook changes.
authorRalf S. Engelschall <rse@apache.org>
Sun, 15 Aug 1999 11:02:44 +0000 (11:02 +0000)
committerRalf S. Engelschall <rse@apache.org>
Sun, 15 Aug 1999 11:02:44 +0000 (11:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83686 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c

index f823866b575700fa6d886293a8582679e5b0ce32..adcd6ecff370ed246dd98932561efc25ca29782b 100644 (file)
@@ -1621,15 +1621,12 @@ LISTEN_COMMANDS
 
 module MODULE_VAR_EXPORT mpm_dexter_module = {
     STANDARD20_MODULE_STUFF,
-    NULL,                      /* child_init */
     NULL,                      /* create per-directory config structure */
     NULL,                      /* merge per-directory config structures */
     NULL,                      /* create per-server config structure */
     NULL,                      /* merge per-server config structures */
     dexter_cmds,               /* command table */
     NULL,                      /* handlers */
-    NULL,                      /* check auth */
-    NULL,                      /* check access */
     dexter_hooks               /* register_hooks */
 };
 
index 050db58203de31e8bfabf82ef04b564d4eeeb315..db12ce492186cf6f6d38ca00e9c212c1a683ac10 100644 (file)
@@ -1689,15 +1689,12 @@ LISTEN_COMMANDS
 
 module MODULE_VAR_EXPORT mpm_mpmt_pthread_module = {
     STANDARD20_MODULE_STUFF,
-    NULL,                      /* child_init */
     NULL,                      /* create per-directory config structure */
     NULL,                      /* merge per-directory config structures */
     NULL,                      /* create per-server config structure */
     NULL,                      /* merge per-server config structures */
     mpmt_pthread_cmds,         /* command table */
     NULL,                      /* handlers */
-    NULL,                      /* check auth */
-    NULL,                      /* check access */
     mpmt_pthread_hooks         /* register_hooks */
 };