]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* modules/ldap/util_ldap.c (util_ldap_post_config): Don't attempt to
authorJoe Orton <jorton@apache.org>
Mon, 1 Aug 2005 14:50:21 +0000 (14:50 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 1 Aug 2005 14:50:21 +0000 (14:50 +0000)
commit01acb7f83641eb97da208b7f0a8a5253fbe068a1
tree815c125ea365dc772d6975aed5aeb583601088e0
parent8fab5ecebac4e80eae524e6adeb685131d622559
* modules/ldap/util_ldap.c (util_ldap_post_config): Don't attempt to
remove the shm segment here.

* modules/ldap/util_ldap_cache.c (util_ldap_cache_init): Properly
remove the shm segment here before creating a new one; don't attach to
any existing shm segment if apr_shm_create() fails.
(util_ldap_cache_module_kill): Don't attempt to remove the shm segment
here; apr_shm_destroy() does that anyway.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@226809 13f79535-47bb-0310-9956-ffa450edef68
modules/ldap/util_ldap.c
modules/ldap/util_ldap_cache.c