Skip to content
Snippets Groups Projects
Commit fe4cd099 authored by Luke Howard's avatar Luke Howard
Browse files

FreeLDAPMods() should be static

parent 8e8228f0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment