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

Fix prev commit

parent d7fa1e76
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
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