From: Manoj Kasichainula Date: Sun, 18 Jul 1999 21:37:31 +0000 (+0000) Subject: Sync module strucuture with the prefork MPM again. X-Git-Tag: 1.3.7~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b34f885b4979ed934564bfdede8cac2aa18c6a78;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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 */ };