X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=filter_common.c;h=ebda1ee74ad265275017d9ebe6eaf137de317fcb;hb=0855a5fcdbebabacebee968939cf00bf3161cfaf;hp=b601c6886d2767d090fddd33becf397f3730fe2e;hpb=c19a0921ea3a8cd9d0e35cb2b09748c3f9f607ef;p=paraslash.git 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) {