From 59357ccb29c01e7c1f0b73002ecdc5c955733fcb Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Mon, 26 Jul 1999 03:28:15 +0000 Subject: [PATCH] Update for newest hooks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83504 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/dexter/dexter.c | 2 -- server/mpm/mpmt_pthread/mpmt_pthread.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/server/mpm/dexter/dexter.c b/server/mpm/dexter/dexter.c index 465ba204270..35a19ce7a72 100644 --- a/server/mpm/dexter/dexter.c +++ b/server/mpm/dexter/dexter.c @@ -1704,8 +1704,6 @@ module MODULE_VAR_EXPORT mpm_dexter_module = { NULL, /* handlers */ NULL, /* check auth */ NULL, /* check access */ - NULL, /* type_checker */ - NULL, /* pre-run fixups */ NULL /* register hooks */ }; diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index c5cf011a2de..942987fc86a 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -1777,8 +1777,6 @@ module MODULE_VAR_EXPORT mpm_mpmt_pthread_module = { NULL, /* handlers */ NULL, /* check auth */ NULL, /* check access */ - NULL, /* type_checker */ - NULL, /* pre-run fixups */ NULL /* register hooks */ }; -- 2.47.3