diff --git a/src/flt_spoe.c b/src/flt_spoe.c index 49d7466ae..4790f5945 100644 --- a/src/flt_spoe.c +++ b/src/flt_spoe.c @@ -3187,7 +3187,7 @@ spoe_start_analyze(struct stream *s, struct filter *filter, struct channel *chn) ctx->flags |= SPOE_CTX_FL_CLI_CONNECTED; } else { - if (filter->pre_analyzers & SPOE_EV_ON_TCP_RSP) + if (filter->pre_analyzers & AN_RES_INSPECT) chn->analysers |= AN_RES_INSPECT; if (ctx->flags & SPOE_CTX_FL_SRV_CONNECTED)