Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the missing breaks
[simgrid.git] / src / msg / msg_gos.c
index 11218c9..4aa4634 100644 (file)
@@ -338,6 +338,9 @@ MSG_task_receive_ext(msg_task_t * task, const char *alias, double timeout,
   }
   CATCH(e) {
     switch (e.category) {
+    case host_error:
+      ret = MSG_HOST_FAILURE;
+      break;
     case cancel_error:          /* may be thrown by MSG_mailbox_get_by_alias */
       ret = MSG_HOST_FAILURE;
       break;