Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix of the previous commit.
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Wed, 20 Jun 2012 12:09:34 +0000 (14:09 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Wed, 20 Jun 2012 12:09:45 +0000 (14:09 +0200)
src/msg/msg_gos.c

index 957fcb8..4b5ff6d 100644 (file)
@@ -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