Skip to content
Snippets Groups Projects
Commit 07bb97db authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Omit auditContext when sync control is present

parent b0e03886
No related branches found
No related tags found
No related merge requests found
......@@ -1826,6 +1826,9 @@ accesslog_operational( Operation *op, SlapReply *rs )
slap_overinst *on = (slap_overinst *)op->o_bd->bd_info;
log_info *li = on->on_bi.bi_private;
if ( op->o_sync != SLAP_CONTROL_NONE )
return SLAP_CB_CONTINUE;
if ( rs->sr_entry != NULL
&& dn_match( &op->o_bd->be_nsuffix[0], &rs->sr_entry->e_nname ) )
{
......
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