]> granicus.if.org Git - apache/commit
Clear hook registrations between reads of the config file.
authorAllan K. Edwards <ake@apache.org>
Thu, 23 Mar 2000 14:48:45 +0000 (14:48 +0000)
committerAllan K. Edwards <ake@apache.org>
Thu, 23 Mar 2000 14:48:45 +0000 (14:48 +0000)
commit789a32d2f14f96c32d05d538e2c6fc0a0e65609e
treef3e1cd5ea396566ad5779cd9258cfd538e254a3b
parent5675cf3040c6b1fdb3da8d8412c4039e21b254e3
Clear hook registrations between reads of the config file.
When DSOs are unloaded and re-loaded the old hook pointers may
no longer be valid. This fix eliminates potential segfaults.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84828 13f79535-47bb-0310-9956-ffa450edef68
include/http_config.h
server/config.c
server/main.c