__should__ fix ITS#4296

This commit is contained in:
Pierangelo Masarati 2006-01-03 18:07:01 +00:00
parent e43eae8d36
commit 7e535f8018

View File

@ -1844,7 +1844,12 @@ retry_add:;
}
op->orr_deleteoldrdn = 0;
op->orr_modlist = NULL;
if ( slap_modrdn2mods( op, &rs_modify )) {
ret = 1;
goto done;
}
rc = be->be_modrdn( op, &rs_modify );
slap_mods_free( op->orr_modlist, 1 );
Debug( LDAP_DEBUG_SYNC,
"syncrepl_entry: %s (%d)\n",
"be_modrdn", rc, 0 );