reinstate first argument to bdb_cache_delete_cleanup()

This commit is contained in:
Luke Howard 2003-09-27 05:12:17 +00:00
parent abaddd1c70
commit 8c8c89b8a9

View file

@ -554,7 +554,7 @@ done:
if( e != NULL ) {
if ( rs->sr_err == LDAP_SUCCESS ) {
/* Free the EntryInfo and the Entry */
bdb_cache_delete_cleanup( e );
bdb_cache_delete_cleanup( &bdb->bi_cache, e );
} else {
bdb_unlocked_cache_return_entry_w(&bdb->bi_cache, e);
}