mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
FreeLDAPMods() should be static
This commit is contained in:
parent
8e8228f0b0
commit
fe4cd099c8
@ -816,7 +816,7 @@ static LDAPMod **Modifications2LDAPMods(Modifications *modlist)
|
||||
/*
|
||||
* Free a contiguous block of LDAP modifications.
|
||||
*/
|
||||
void FreeLDAPMods(LDAPMod **modv)
|
||||
static void FreeLDAPMods(LDAPMod **modv)
|
||||
{
|
||||
int i;
|
||||
LDAPMod *mods;
|
||||
|
Loading…
Reference in New Issue
Block a user