mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
fix bdb_cache_deref() definition to match prototype
This commit is contained in:
parent
4f2949b1ce
commit
24eb35f9b7
@ -1208,7 +1208,7 @@ bdb_cache_add(
|
|||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
int bdb_cache_deref(
|
void bdb_cache_deref(
|
||||||
EntryInfo *ei
|
EntryInfo *ei
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user