Skip to content
Snippets Groups Projects
Commit 737aee17 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

fix: changing bdb_cache_return_entry_w() to bdb_cache_return_entry_r()

parent 17433a84
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ bdb_search(
break;
default:
if (e != NULL) {
bdb_cache_return_entry_w(&bdb->bi_cache, e);
bdb_cache_return_entry_r(&bdb->bi_cache, e);
}
if (matched != NULL) {
bdb_cache_return_entry_r(&bdb->bi_cache, matched);
......
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