summaryrefslogtreecommitdiffstats
path: root/modules/echo/mod_echo.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-01-12 02:08:22 +0100
committerRyan Bloom <rbb@apache.org>2001-01-12 02:08:22 +0100
commitc33b25a3dd7a12115e06b508db2472aadcf6ada5 (patch)
tree0d22c042c0d0095fec5b2b2b510cec8ab9f9b693 /modules/echo/mod_echo.c
parentStop using environment variables to set ONE_PROCESS and NO_DETACH. Now (diff)
downloadapache2-c33b25a3dd7a12115e06b508db2472aadcf6ada5.tar.xz
apache2-c33b25a3dd7a12115e06b508db2472aadcf6ada5.zip
Remove a couple more NULL handler specifications.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87662 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/echo/mod_echo.c')
-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 8e4d764a02..a5e17d08aa 100644
--- a/modules/echo/mod_echo.c
+++ b/modules/echo/mod_echo.c
@@ -132,6 +132,5 @@ AP_DECLARE_DATA module echo_module = {
create_echo_server_config, /* create per-server config structure */
NULL, /* merge per-server config structures */
echo_cmds, /* command apr_table_t */
- NULL, /* handlers */
register_hooks /* register hooks */
};