mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
remove unused var
This commit is contained in:
parent
6930e84f81
commit
e0a28ee53f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue