X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1380f1a22147312c119055320c6ca87d72837598..ffbfdb3354cedfee2d8d6f3831ab04634bc004bd:/src/msg/msg_mailbox.c 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)