]> granicus.if.org Git - apache/commit
Fix segfault at startup when the startup fails before running the post config
authorBill Stoddard <stoddard@apache.org>
Wed, 5 Jun 2002 21:47:58 +0000 (21:47 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 5 Jun 2002 21:47:58 +0000 (21:47 +0000)
commit99d058a79dfd5f2b528aec9c5e5de889d2478178
tree471fa3005e7e822c01edbeeb800c63361c45b2e5
parentf03bcae963bc0c98a9974f4a9296ff84264b3852
Fix segfault at startup when the startup fails before running the post config
hook. We were setting the hash table cleanup in the create_per_server_config
hook and allocating the hash table in the post config hook. Move the register_cleanup
to the post_config hook

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95532 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/mod_mem_cache.c