From 2d1330fd54c3ac3976cb5eea87bc6eddec0f5799 Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Mon, 30 Aug 1999 14:47:21 +0000 Subject: [PATCH] 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 --- server/mpm/spmt_os2/spmt_os2.c | 3 --- 1 file changed, 3 deletions(-) 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 */ }; -- 2.50.1