summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>1999-08-15 01:46:44 +0200
committerBen Laurie <ben@apache.org>1999-08-15 01:46:44 +0200
commit80160d27a08f010d5f368736bbf6e0e1aa166f76 (patch)
tree71ed0f99191acb0864df8f4eecc8a0f99adcebd8 /modules
parentFix a couple of error messages. (diff)
downloadapache2-80160d27a08f010d5f368736bbf6e0e1aa166f76.tar.xz
apache2-80160d27a08f010d5f368736bbf6e0e1aa166f76.zip
Access checker hook.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83678 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/echo/mod_echo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c
index 73d5a25495..0752f49b72 100644
--- a/modules/echo/mod_echo.c
+++ b/modules/echo/mod_echo.c
@@ -71,6 +71,5 @@ API_VAR_EXPORT module echo_module = {
echo_cmds, /* command table */
NULL, /* handlers */
NULL, /* check auth */
- NULL, /* check access */
register_hooks /* register hooks */
};