1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

AFAICT, LDAP_CACHE_LOCK was a no-op when virtualhosts were used

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567091 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2007-08-17 17:33:11 +00:00
parent 7c3c68bedd
commit ad8cfa7300
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
-*- coding: utf-8 -*- -*- coding: utf-8 -*-
Changes with Apache 2.3.0 Changes with Apache 2.3.0
*) mod_ldap: Copy cache lock into per-server config
[Eric Covener]
*) mod_negotiation: preserve Query String in resolving a type map *) mod_negotiation: preserve Query String in resolving a type map
PR 33112 [Jørgen Thomsen <apache jth.net>, Nick Kew] PR 33112 [Jørgen Thomsen <apache jth.net>, Nick Kew]

View File

@@ -2111,6 +2111,7 @@ static void *util_ldap_merge_config(apr_pool_t *p, void *basev,
st->search_cache_size = base->search_cache_size; st->search_cache_size = base->search_cache_size;
st->compare_cache_ttl = base->compare_cache_ttl; st->compare_cache_ttl = base->compare_cache_ttl;
st->compare_cache_size = base->compare_cache_size; st->compare_cache_size = base->compare_cache_size;
st->util_ldap_cache_lock = base->util_ldap_cache_lock;
st->connections = NULL; st->connections = NULL;
st->ssl_supported = 0; st->ssl_supported = 0;