]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
Allow addblob commands to create output.
[paraslash.git] / audiod.c
index 4dfd5d53d4c5c1a5d7d3d3b4273231dddc6a0f5a..b2d5c8db452167f9a265ca2c899bebbff630456e 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2012 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2013 Andre Noll <maan@systemlinux.org>
  *
  * 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) {