mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-11 09:40:11 -04:00
Fix prev commit, modrdn is handled in modrdn2mods in RE23
This commit is contained in:
parent
4bc143b07a
commit
7cb6596fb5
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue