]> git.sur5r.net Git - openldap/commitdiff
Remove uninitialized variable since last change
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 9 Jan 2008 20:25:51 +0000 (20:25 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 9 Jan 2008 20:25:51 +0000 (20:25 +0000)
clients/tools/ldapmodify.c

index 28ea4090c1a133fb9c3fc7ee63f5de31d5fff856..558cdb6bbf98219423e0784701904d886170d906 100644 (file)
@@ -402,7 +402,7 @@ static int
 process_ldif_rec( char *rbuf, int linenum )
 {
        char    *line, *dn, *newrdn, *newsup;
-       int             rc, modop, replicaport;
+       int             rc, modop;
        int             expect_modop, expect_sep;
        int             deleteoldrdn;
        int             new_entry, delete_entry, got_all;