]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove the hack from r806010 that mis-uses the pointer to the per-directory
authorStefan Fritsch <sf@apache.org>
Sat, 24 Mar 2012 18:01:07 +0000 (18:01 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 24 Mar 2012 18:01:07 +0000 (18:01 +0000)
commit9812b683776c0ab50c8da2583974f06504390da8
tree16f98ef666e7b5013a405b99f46d0e2e7c551dd6
parent96801583e2fa9254b978f065b7e1847e2dccc51a
Remove the hack from r806010 that mis-uses the pointer to the per-directory
config for other things. This breaks with MPMs that do have a per-directory
config.

If any module appears that wants to use this functionality, we can
add a new, non-broken API. Since the docs clearly state that ap_set_listener()
should not be called by external modules, I don't consider this an API/ABI
change, but only a bug fix.

PR: 52904

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1304874 13f79535-47bb-0310-9956-ffa450edef68
server/listen.c