]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
doxify client.h
[paraslash.git] / audiod.c
index 032b608cbc3acb32e537350fffba2a01aa27c099..e29894693762067d9d1c94767361a96cf87c8b17 100644 (file)
--- 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);