ITS#10508 syncrepl: set no_opattrs on modrdn

This commit is contained in:
Howard Chu 2026-05-27 17:30:04 +01:00 committed by Quanah Gibson-Mount
parent 07d0823141
commit 8d81c22e2d

View file

@ -4785,7 +4785,9 @@ retry_add:;
op->o_bd = si->si_wbe;
retry_modrdn:;
rs_reinit( &rs_modify, REP_RESULT );
op->orm_no_opattrs = 1;
rc = op->o_bd->be_modrdn( op, &rs_modify );
op->orm_no_opattrs = 0;
/* NOTE: noSuchObject should result because the new superior
* has not been added yet (ITS#6472) */