From: Brian Havard Date: Mon, 30 Aug 1999 14:47:21 +0000 (+0000) Subject: Update OS/2 MPM for latest hooks. X-Git-Tag: 1.3.10~351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d1330fd54c3ac3976cb5eea87bc6eddec0f5799;p=apache Update OS/2 MPM for latest hooks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83845 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index 6cf2b304d9..f06172948c 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -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 */ };