From: Howard Chu Date: Tue, 14 Feb 2006 01:17:21 +0000 (+0000) Subject: Fix prev commit, modrdn is handled in modrdn2mods in RE23 X-Git-Tag: OPENLDAP_REL_ENG_2_3_20~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7cb6596fb54b25e53d3801cd2f60e3f830e5cd67;p=openldap Fix prev commit, modrdn is handled in modrdn2mods in RE23 --- diff --git a/servers/slapd/back-ldif/ldif.c b/servers/slapd/back-ldif/ldif.c index a8593e79a9..cdedc85868 100644 --- a/servers/slapd/back-ldif/ldif.c +++ b/servers/slapd/back-ldif/ldif.c @@ -966,8 +966,6 @@ static int ldif_back_modrdn(Operation *op, SlapReply *rs) { Modifications * mods = NULL; int res; - slap_mods_opattrs( op, &op->orm_modlist, 1 ); - ldap_pvt_thread_mutex_lock(&ni->li_mutex); ldap_pvt_thread_mutex_lock(&entry2str_mutex); entry = (Entry *) get_entry(op, &ni->li_base_path);