Fix tree breakage - bdb_cache_delete_cleanup() only takes one argument

???
This commit is contained in:
Luke Howard 2003-09-27 04:24:31 +00:00
parent ce17fd5f04
commit 283c310302

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( &bdb->bi_cache, e );
bdb_cache_delete_cleanup( e );
} else {
bdb_unlocked_cache_return_entry_w(&bdb->bi_cache, e);
}