more changes
[IRC.git] / Robust / src / ClassLibrary / JavaDSM / Thread.java
index e1db40a44b50ec3ea9040745e39afd6dcacd1ed3..c19022932c462af68f226d450a39bdd98bdb0f5b 100644 (file)
@@ -33,6 +33,9 @@ public class Thread {
   {
     if(nativeGetStatus(mid)==1)
       return 1;
+    //TODO:check if this is safe to add only for the DSM without the recovery version
+    if(nativeGetStatus(mid)==0)
+      return 1;
     else
       return -1;