From: Ben Laurie Date: Sat, 24 Jul 1999 18:16:11 +0000 (+0000) Subject: Another hook. X-Git-Tag: 1.3.7~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48d5f9f6cb2e8bd1b8c19f22cfd32e2a05920c63;p=thirdparty%2Fapache%2Fhttpd.git Another hook. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83498 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 8301302f1a4..92a54cdd178 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -3090,6 +3090,5 @@ module MODULE_VAR_EXPORT mpm_prefork_module = { NULL, /* check auth */ NULL, /* check access */ NULL, /* type_checker */ - NULL, /* pre-run fixups */ NULL /* register hooks */ };