mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
FreeLDAPMods() should be static
This commit is contained in:
parent
8e8228f0b0
commit
fe4cd099c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue