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/metadata/mod_mime_magic.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/metadata/mod_mime_magic.c')
-rw-r--r-- | modules/metadata/mod_mime_magic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/metadata/mod_mime_magic.c b/modules/metadata/mod_mime_magic.c index f36447d259..b426cf8eb2 100644 --- a/modules/metadata/mod_mime_magic.c +++ b/modules/metadata/mod_mime_magic.c @@ -2485,7 +2485,6 @@ module mime_magic_module = create_magic_server_config, /* server config */ merge_magic_server_config, /* merge server config */ mime_magic_cmds, /* command apr_table_t */ - NULL, /* handlers */ register_hooks /* register hooks */ }; |