mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
neutralize previous add.c change until bdb2_back_entry_release_rw() is provided
This commit is contained in:
parent
80e5c43346
commit
ec2072f1d5
@ -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 New Issue
Block a user