]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit, modrdn is handled in modrdn2mods in RE23
authorHoward Chu <hyc@openldap.org>
Tue, 14 Feb 2006 01:17:21 +0000 (01:17 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 14 Feb 2006 01:17:21 +0000 (01:17 +0000)
servers/slapd/back-ldif/ldif.c

index a8593e79a952939d83c8ec0474322a771dbcb779..cdedc858683910decfe8eb909c23357b30a172d3 100644 (file)
@@ -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);