diff options
author | Ryan Bloom <rbb@apache.org> | 2001-01-12 02:08:22 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-01-12 02:08:22 +0100 |
commit | c33b25a3dd7a12115e06b508db2472aadcf6ada5 (patch) | |
tree | 0d22c042c0d0095fec5b2b2b510cec8ab9f9b693 /modules/echo/mod_echo.c | |
parent | Stop using environment variables to set ONE_PROCESS and NO_DETACH. Now (diff) | |
download | apache2-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.c | 1 |
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 */ }; |