mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Fix prev commit
This commit is contained in:
parent
d7fa1e764d
commit
37dfbd3e8b
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ bdb_cache_lru_purge( struct bdb_info *bdb )
|
|||
/* If we can successfully writelock it, then
|
||||
* the object is idle.
|
||||
*/
|
||||
if ( bdb_cache_entry_db_lock( bdb->bi_dbenv,
|
||||
if ( bdb_cache_entry_db_lock( bdb,
|
||||
bdb->bi_cache.c_locker, elru, 1, 1, lockp ) == 0 ) {
|
||||
|
||||
/* Free entry for this node if it's present */
|
||||
|
|
|
|||
Loading…
Reference in a new issue