From 815a99ec47a72674f81603b5e5cb740948a4e8cf Mon Sep 17 00:00:00 2001 From: Philippe Antoine Date: Thu, 25 Jan 2024 17:31:30 +0100 Subject: [PATCH] fixup! detect: allow rule which need both directions to match --- src/detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect.c b/src/detect.c index beb521077686..72cded556ba3 100644 --- a/src/detect.c +++ b/src/detect.c @@ -1242,7 +1242,7 @@ static bool DetectRunTxInspectRule(ThreadVars *tv, #define NO_TX \ { \ - NULL, 0, NULL, NULL, 0, 0, 0, 0, 0, \ + NULL, 0, NULL, NULL, NULL, 0, 0, 0, 0, 0, \ } /** \internal