neutralize previous add.c change until bdb2_back_entry_release_rw() is provided

This commit is contained in:
Hallvard Furuseth 1999-04-13 06:28:52 +00:00
parent 80e5c43346
commit ec2072f1d5

View File

@ -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 );
}