Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the missing breaks
[simgrid.git] / src / msg / msg_gos.c
index 6c9427a..4aa4634 100644 (file)
@@ -340,6 +340,7 @@ MSG_task_receive_ext(msg_task_t * task, const char *alias, double timeout,
     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;