mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Actually use the compare_cache_size value that is being set by LDAPOpCacheEntries. The actual cache_size was previously defaulting to the value of search _cache_size set by LDAPCacheEntries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@159542 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -428,6 +428,7 @@ apr_status_t util_ldap_cache_init(apr_pool_t *pool, util_ldap_state_t *st)
|
||||
|
||||
st->util_ldap_cache =
|
||||
util_ald_create_cache(st,
|
||||
st->search_cache_size,
|
||||
util_ldap_url_node_hash,
|
||||
util_ldap_url_node_compare,
|
||||
util_ldap_url_node_copy,
|
||||
|
Reference in New Issue
Block a user