fix a bug in filter_chain()
[paraslash.git] / filter_chain.c
index 3684ee6b0304b8c5a381d1b2ce8d06a3aff339bb..70c3d39554a8b2414b37a515a3977d428b6173b2 100644 (file)
@@ -124,8 +124,6 @@ void filter_pre_select(__a_unused struct sched *s, struct task *t)
        t->ret = -E_FC_EOF;
        if (fc->output_eof && *fc->output_eof)
                goto err_out;
-       if (fc->input_eof && *fc->input_eof && !*fc->in_loaded)
-               goto err_out;
 again:
        ib = fc->inbuf;
        loaded = fc->in_loaded;