mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix linking errors (naming issues)
This commit is contained in:
parent
08e617941c
commit
603be82c2f
@ -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 New Issue
Block a user