This commit is contained in:
Howard Chu 2007-01-08 19:10:23 +00:00
parent 82de650b19
commit 813cca89a6

View File

@ -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 );