]> granicus.if.org Git - apache/commitdiff
AFAICT, LDAP_CACHE_LOCK was a no-op when virtualhosts were used
authorEric Covener <covener@apache.org>
Fri, 17 Aug 2007 17:33:11 +0000 (17:33 +0000)
committerEric Covener <covener@apache.org>
Fri, 17 Aug 2007 17:33:11 +0000 (17:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567091 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/ldap/util_ldap.c

diff --git a/CHANGES b/CHANGES
index e17c0db92fb02577d2bd5906b0f0c98c17a2c8ba..8ad9ec1b64f5d630cc1fb66cd9d450b1d0dce034 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
                                                         -*- coding: utf-8 -*-
 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
      PR 33112 [Jørgen Thomsen <apache jth.net>, Nick Kew]
 
index 1dfc71f5f14a3c7d4bd6eece21da5a8a33facb69..98e5ce16902db7db956c2debe2b6d8874bc9ca7e 100644 (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->compare_cache_ttl = base->compare_cache_ttl;
     st->compare_cache_size = base->compare_cache_size;
+    st->util_ldap_cache_lock = base->util_ldap_cache_lock; 
 
     st->connections = NULL;
     st->ssl_supported = 0;