Skip to content
Snippets Groups Projects
Commit ec2072f1 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

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

parent 80e5c433
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment