mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 06:31:11 -05:00
Fix tree breakage - bdb_cache_delete_cleanup() only takes one argument
???
This commit is contained in:
parent
ce17fd5f04
commit
283c310302
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( &bdb->bi_cache, e );
|
||||
bdb_cache_delete_cleanup( e );
|
||||
} else {
|
||||
bdb_unlocked_cache_return_entry_w(&bdb->bi_cache, e);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue