mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
Fix linking errors (naming issues)
This commit is contained in:
parent
08e617941c
commit
603be82c2f
1 changed files with 7 additions and 0 deletions
|
|
@ -19,5 +19,12 @@ bdb2_back_entry_release_rw(
|
|||
int rw
|
||||
)
|
||||
{
|
||||
#if 0
|
||||
struct ldbminfo *li = (struct ldbminfo *) be->be_private;
|
||||
|
||||
/* free entry and reader or writer lock */
|
||||
bdb2i_cache_return_entry_rw( &li->li_cache, e, rw );
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue