1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

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
This commit is contained in:
Ryan Bloom
2001-01-12 01:08:22 +00:00
parent 4f551be1ba
commit c33b25a3dd
5 changed files with 0 additions and 5 deletions

View File

@@ -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 */
};