]> git.sur5r.net Git - openldap/commitdiff
remove unused variable
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 11 Feb 2008 23:55:26 +0000 (23:55 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 11 Feb 2008 23:55:26 +0000 (23:55 +0000)
clients/tools/ldapmodify.c

index d2d681a8701b98d3464d8bb3a5fc4ecbf185cdb2..60805423667b90ef313265b0ebb334a1a9ef4de6 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;