]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - interactive.c
sched: Do not shadow task_info in struct task.
[paraslash.git] / interactive.c
index 6a1db53620cfa60f1061cc2bcf185aee2659373b..c5cdf12ea3781d9bc0b5ca860f2a642d6161dafa 100644 (file)
@@ -52,7 +52,7 @@ static struct i9e_private i9e_private, *i9ep = &i9e_private;
  */
 int i9e_get_error(void)
 {
-       return i9ep->task->error;
+       return task_status(i9ep->task);
 }
 
 static bool is_prefix(const char *partial, const char *full, size_t len)