mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
reinstate first argument to bdb_cache_delete_cleanup()
This commit is contained in:
parent
abaddd1c70
commit
8c8c89b8a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue