From 647cce323fb0180292fd6c2875c9d6fff429a688 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 14 Dec 2015 10:20:42 -0800 Subject: 2624 - fix all layers --- 036call_reply.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/036call_reply.cc b/036call_reply.cc index 1fbfc21d..a3bc0855 100644 --- a/036call_reply.cc +++ b/036call_reply.cc @@ -27,7 +27,7 @@ case REPLY: { trace(9999, "trace") << "reply: decrementing callstack depth from " << Trace_stream->callstack_depth << end(); --Trace_stream->callstack_depth; if (Trace_stream->callstack_depth < 0) { - Current_routine->state = COMPLETED; + Current_routine->calls.clear(); goto stop_running_current_routine; } } -- cgit 1.4.1-2-gfad0