]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Provide apr_pool_t arg to register_hooks, since anything they do in that
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 17 Jan 2001 22:04:45 +0000 (22:04 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 17 Jan 2001 22:04:45 +0000 (22:04 +0000)
commit65a84f759c6d2478598c1e2203ce0e9e4248d75b
tree4a88fd38531d472371ae74d0a4fb57412a1c18b9
parent5750e947dfa3b5c5d2e04649ffd0069098e908fa
  Provide apr_pool_t arg to register_hooks, since anything they do in that
  step -must- be done with a pool that will not outlive the cmd pool, from
  which they may have been dynamically loaded.

  This needs further review, it's committed only as a stopgap for those
  who's builds I broke, sorry.  Review tbc late this evening.

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