mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
fix bdb_cache_deref() definition to match prototype
This commit is contained in:
parent
4f2949b1ce
commit
24eb35f9b7
1 changed files with 1 additions and 1 deletions
|
|
@ -1208,7 +1208,7 @@ bdb_cache_add(
|
|||
return rc;
|
||||
}
|
||||
|
||||
int bdb_cache_deref(
|
||||
void bdb_cache_deref(
|
||||
EntryInfo *ei
|
||||
)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue