]> git.sur5r.net Git - openldap/commitdiff
FreeLDAPMods() should be static
authorLuke Howard <lukeh@openldap.org>
Sun, 19 Jan 2003 22:45:10 +0000 (22:45 +0000)
committerLuke Howard <lukeh@openldap.org>
Sun, 19 Jan 2003 22:45:10 +0000 (22:45 +0000)
servers/slapd/modify.c

index 418110180063d945d282f9009856a37ec3a9d511..51aaa391612ed8de1698ffddf56d9c347565b283 100644 (file)
@@ -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;