Skip to content
Snippets Groups Projects
Commit 35c5469f authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Sync with HEAD

parent 6cb8c7cd
No related branches found
Tags OPENLDAP_REL_ENG_2_3_13
No related merge requests found
......@@ -830,7 +830,7 @@ 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, 1 );
ldap_pvt_thread_mutex_lock(&ni->li_mutex);
dn2path(&op->o_req_ndn, &op->o_bd->be_nsuffix[0], &ni->li_base_path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment