X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter_chain.c;h=70c3d39554a8b2414b37a515a3977d428b6173b2;hp=3684ee6b0304b8c5a381d1b2ce8d06a3aff339bb;hb=cb975a0978aec84c4710037ddb407737d455d1d4;hpb=9dd9f8c0d4628fe341283e78d5c7315a655f079c diff --git a/filter_chain.c b/filter_chain.c index 3684ee6b..70c3d395 100644 --- a/filter_chain.c +++ b/filter_chain.c @@ -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;