mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
neutralize previous add.c change until bdb2_back_entry_release_rw() is provided
This commit is contained in:
parent
80e5c43346
commit
ec2072f1d5
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ return_results:;
|
|||
bdb2i_cache_return_entry_w( &li->li_cache, p );
|
||||
}
|
||||
|
||||
if ( rc ) {
|
||||
if ( 1 || rc ) {
|
||||
/* free entry and writer lock */
|
||||
bdb2i_cache_return_entry_w( &li->li_cache, e );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue