X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter_common.c;h=ebda1ee74ad265275017d9ebe6eaf137de317fcb;hp=b601c6886d2767d090fddd33becf397f3730fe2e;hb=0855a5fcdbebabacebee968939cf00bf3161cfaf;hpb=7cbd55c6c3c18634e939b1ca0746ef4768fdfe8a diff --git a/filter_common.c b/filter_common.c index b601c688..ebda1ee7 100644 --- a/filter_common.c +++ b/filter_common.c @@ -118,7 +118,7 @@ void filter_pre_select(__a_unused struct sched *s, struct task *t) return; } again: - ib = fc->inbuf; + ib = *fc->inbufp; loaded = fc->in_loaded; conv = 0; FOR_EACH_FILTER_NODE(fn, fc, i) {