]> git.sur5r.net Git - openldap/commitdiff
remove unused var
authorPierangelo Masarati <ando@openldap.org>
Tue, 6 Dec 2005 23:06:55 +0000 (23:06 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 6 Dec 2005 23:06:55 +0000 (23:06 +0000)
servers/slapd/back-ldif/ldif.c

index d1253ed8f77f7e17e1daddf0e98b194b6ad76ca2..b7e2dffca8c0edc33eaa96144a64a7cc268d748d 100644 (file)
@@ -965,7 +965,7 @@ ldif_back_modrdn(Operation *op, SlapReply *rs)
 {
        struct ldif_info *ni = (struct ldif_info *) op->o_bd->be_private;
        struct berval new_dn = BER_BVNULL, new_ndn = BER_BVNULL;
-       struct berval p_dn, bv = BER_BVNULL;
+       struct berval p_dn;
        Entry * entry = NULL;
        LDAPRDN new_rdn = NULL;
        LDAPRDN old_rdn = NULL;