X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=e29894693762067d9d1c94767361a96cf87c8b17;hp=032b608cbc3acb32e537350fffba2a01aa27c099;hb=4c6dd71312400fc04b3f0582b23a0cff831ee8fa;hpb=e7966be29d104bc2932f402abbe3e36750a0f846 diff --git a/audiod.c b/audiod.c index 032b608c..e2989469 100644 --- a/audiod.c +++ b/audiod.c @@ -991,7 +991,7 @@ static void status_post_select(__a_unused struct sched *s, struct task *t) t->ret = 1; if (!st->pcd || !st->pcd->loaded - || st->pcd->status != CL_RECEIVING_SERVER_OUTPUT) + || st->pcd->status != CL_RECEIVING) return; st->pcd->loaded = for_each_line(st->pcd->buf, st->pcd->loaded, &check_stat_line);