Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'agent/tcf/services/runctrl.c')
-rw-r--r--agent/tcf/services/runctrl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/agent/tcf/services/runctrl.c b/agent/tcf/services/runctrl.c
index c8f76301..d98c7394 100644
--- a/agent/tcf/services/runctrl.c
+++ b/agent/tcf/services/runctrl.c
@@ -1718,6 +1718,10 @@ static void sync_run_state(void * args) {
run_ctrl_lock();
context_lock(ctx);
cache_enter(step_machine_cache_client, ext->step_channel, &ctx, sizeof(ctx));
+ if (ctx->pending_intercept) {
+ grp = context_get_group(ctx, CONTEXT_GROUP_INTERCEPT);
+ EXT(grp)->intercept_group = 1;
+ }
}
}

Back to the top