]> granicus.if.org Git - apache/commitdiff
Update OS/2 MPM for latest hooks.
authorBrian Havard <bjh@apache.org>
Mon, 30 Aug 1999 14:47:21 +0000 (14:47 +0000)
committerBrian Havard <bjh@apache.org>
Mon, 30 Aug 1999 14:47:21 +0000 (14:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83845 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/spmt_os2/spmt_os2.c

index 6cf2b304d9a99674d320d793e84f2a8ddd347825..f06172948c70869ec95d9cd5d2acc1883b9ea70e 100644 (file)
@@ -1793,14 +1793,11 @@ LISTEN_COMMANDS
 
 module MODULE_VAR_EXPORT mpm_spmt_os2_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 */
     spmt_os2_cmds,             /* command table */
     NULL,                      /* handlers */
-    NULL,                      /* check auth */
-    NULL,                      /* check access */
     spmt_os2_hooks,            /* register_hooks */
 };