From b34f885b4979ed934564bfdede8cac2aa18c6a78 Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Sun, 18 Jul 1999 21:37:31 +0000 Subject: [PATCH] Sync module strucuture with the prefork MPM again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83463 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/mpmt_pthread/mpmt_pthread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index f54704d8353..324c70ef6b6 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -1773,7 +1773,6 @@ module MODULE_VAR_EXPORT mpm_mpmt_pthread_module = { NULL, /* check access */ NULL, /* type_checker */ NULL, /* pre-run fixups */ - NULL, /* logger */ NULL /* register hooks */ }; -- 2.47.2