Skip to content
Snippets Groups Projects
Commit 813cca89 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#4797

parent 82de650b
No related branches found
No related tags found
No related merge requests found
......@@ -987,6 +987,8 @@ bdb_cache_add(
}
ldap_pvt_thread_mutex_unlock( &bdb->bi_cache.c_count_mutex );
bdb_cache_lru_link( bdb, new );
if ( purge )
bdb_cache_lru_purge( bdb );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment