mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
__should__ fix ITS#4296
This commit is contained in:
parent
e43eae8d36
commit
7e535f8018
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user