X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=b2d5c8db452167f9a265ca2c899bebbff630456e;hb=d1407f108ef0c136c77dfd82706c35f9453047aa;hp=4dfd5d53d4c5c1a5d7d3d3b4273231dddc6a0f5a;hpb=83ab4b5d38bb63cf4724022c3804d3eaa2ac51d3;p=paraslash.git diff --git a/audiod.c b/audiod.c index 4dfd5d53..b2d5c8db 100644 --- a/audiod.c +++ b/audiod.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Andre Noll + * Copyright (C) 2005-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -1200,7 +1200,7 @@ static void status_post_select(struct sched *s, struct task *t) close_stat_pipe(); goto out; } - if (st->ct->status != CL_RECEIVING) + if (st->ct->status != CL_EXECUTING) goto out; ret = btr_node_status(st->btrn, st->min_iqs, BTR_NT_LEAF); if (ret <= 0) {