mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-08 16:22:09 -04:00
ITS#10508 syncrepl: set no_opattrs on modrdn
This commit is contained in:
parent
07d0823141
commit
8d81c22e2d
1 changed files with 2 additions and 0 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue