From: Samuel Lepetit Date: Wed, 20 Jun 2012 12:09:34 +0000 (+0200) Subject: Bugfix of the previous commit. X-Git-Tag: v3_8~559^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/461406a7de84177863ce0d70fa8017a147ca9990?hp=653e023740df7405f1226911753ef96466909e8c Bugfix of the previous commit. --- diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 957fcb8c45..4b5ff6d1da 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -99,8 +99,11 @@ MSG_error_t MSG_task_execute(m_task_t task) #endif MSG_RETURN(MSG_TASK_CANCELED); break; + default: + RETHROW; } } + MSG_RETURN(MSG_OK); } /** \ingroup m_task_management