From ffbfdb3354cedfee2d8d6f3831ab04634bc004bd Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 1 Feb 2012 22:21:47 +0100 Subject: [PATCH] Revert "Reset t_simdata->comm after comm is over." This reverts commit 1380f1a22147312c119055320c6ca87d72837598. Looking at cdash, it is clearly wrong... sorry for the noise. --- src/msg/msg_mailbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msg/msg_mailbox.c b/src/msg/msg_mailbox.c index c03ab29de2..4eb5053183 100644 --- a/src/msg/msg_mailbox.c +++ b/src/msg/msg_mailbox.c @@ -186,7 +186,7 @@ MSG_mailbox_put_with_timeout(msg_mailbox_t mailbox, m_task_t task, t_simdata->isused = 0; } - t_simdata->comm = NULL; + p_simdata->waiting_task = NULL; #ifdef HAVE_TRACING if (call_end) -- 2.20.1