remove unused var

This commit is contained in:
Pierangelo Masarati 2005-12-06 23:06:55 +00:00
parent 6930e84f81
commit e0a28ee53f

View 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;