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