]> git.sur5r.net Git - openldap/commitdiff
fix ITS#3257
authorPierangelo Masarati <ando@openldap.org>
Sun, 25 Jul 2004 23:05:29 +0000 (23:05 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 25 Jul 2004 23:05:29 +0000 (23:05 +0000)
clients/tools/ldapmodify.c

index e5046357cb487b26129344c24925029e374399e5..e0c230edbbb96a9cfab700bea3e06a58f68c97fb 100644 (file)
@@ -316,7 +316,7 @@ main( int argc, char **argv )
                )
        {
                int err;
-               int i;
+               int i = 0;
                LDAPControl c[1];
 
 #ifdef LDAP_GROUP_TRANSACTION