diff --git a/src/stk.c b/src/stk.c index bc46b2ff..c4e988b4 100644 --- a/src/stk.c +++ b/src/stk.c @@ -2514,6 +2514,7 @@ static void stk_proactive_command_cancel(struct ofono_stk *stk) stk_command_free(stk->pending_cmd); stk->pending_cmd = NULL; stk->cancel_cmd = NULL; + stk->respond_on_exit = FALSE; } }