]> granicus.if.org Git - apache/commit
Fix seg fault at start-up introduced by Ryan's change to enabl
authorBill Stoddard <stoddard@apache.org>
Fri, 20 Apr 2001 17:59:05 +0000 (17:59 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 20 Apr 2001 17:59:05 +0000 (17:59 +0000)
commit2617b1c54018599ef11cbcf09425d469e185bcd1
tree705d87b782604379aaf418850c4175f0e633eee7
parentcd7883893c7ca99e22a3a114d8796117435f7d2c
Fix seg fault at start-up introduced by Ryan's change to enabl
modules to specify their own logging tags. mod_log_config
registers an optional function, ap_register_log_handler().
ap_register_log_handler() was being called by http_core before
the directive hash table was created. This patch creates the
directive hash table before ap_register_log_handler() is
registered as an optional function.

Submitted by:  [jean-frederic clere <jfrederic.clere@fujitsu-siemens.com>]
Reviewed by:  Jeff Trawick, Bill Stoddard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88904 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/loggers/mod_log_config.c