From fe4cd099c83c1a81a4ac8b779529f3d94df5f707 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Sun, 19 Jan 2003 22:45:10 +0000 Subject: [PATCH] FreeLDAPMods() should be static --- servers/slapd/modify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/modify.c b/servers/slapd/modify.c index 4181101800..51aaa39161 100644 --- a/servers/slapd/modify.c +++ b/servers/slapd/modify.c @@ -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; -- 2.39.5