]> 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)
commitde65e8cd0edc8f043bcafdaf0ca52862d93ffeff
tree4a88fd38531d472371ae74d0a4fb57412a1c18b9
parent40655f864108cca870e4442f99969c24097b4c9e
  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