X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=sched.c;h=b9d642864624cd796e3853331cc9a652378c41c5;hp=2500406005614dc3850a283e37057cc844608ac3;hb=e6940831fbcf21dd0e6243ca89ea0c7f8b195d9e;hpb=5132ecf659d4b578dd14181c8a7de043dbc6807a;ds=sidebyside diff --git a/sched.c b/sched.c index 25004060..b9d64286 100644 --- a/sched.c +++ b/sched.c @@ -41,8 +41,7 @@ void unregister_task(struct task *t) list_del(&t->pre_select_node); if (t->post_select) list_del(&t->post_select_node); - if (t->error >= 0) - t->error = -E_TASK_KILLED; + t->error = -E_TASK_UNREGISTERED; };