]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - oggdec_filter.c
btr support for the UDP receiver.
[paraslash.git] / oggdec_filter.c
index 956af85223a1e101fd9b290d84487fc74acae46a..4b6232b97840f5a66fe5e7ed07f8c8bb79b4a898 100644 (file)
@@ -191,7 +191,7 @@ static void ogg_post_select(__a_unused struct sched *s, struct task *t)
        char *in;
 
        t->error = 0;
-       ret = btr_node_status(btrn, fn->min_iqs);
+       ret = btr_node_status(btrn, fn->min_iqs, BTR_NT_INTERNAL);
        if (ret < 0)
                goto err;
        if (ret == 0)