mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 21:19:53 -05:00
fix: changing bdb_cache_return_entry_w() to bdb_cache_return_entry_r()
This commit is contained in:
parent
17433a8412
commit
737aee17b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue