mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
more about ITS#4128; please review
This commit is contained in:
parent
217489bd90
commit
48432b1a8d
1 changed files with 2 additions and 1 deletions
|
|
@ -831,7 +831,8 @@ static int ldif_back_modify(Operation *op, SlapReply *rs) {
|
|||
int spew_res;
|
||||
|
||||
if ( !SLAP_SHADOW( op->o_bd ))
|
||||
slap_mods_opattrs( op, op->orm_modlist, 1 );
|
||||
slap_mods_opattrs( op, op->orm_modlist,
|
||||
op->o_bd->be_pcl_mutexp != NULL ? 1 : 0 );
|
||||
|
||||
ldap_pvt_thread_mutex_lock(&ni->li_mutex);
|
||||
dn2path(&op->o_req_ndn, &op->o_bd->be_nsuffix[0], &ni->li_base_path,
|
||||
|
|
|
|||
Loading…
Reference in a new issue