Skip to content

Commit

Permalink
fixup! detect: allow rule which need both directions to match
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Jan 25, 2024
1 parent 0c00b13 commit 815a99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 815a99e

Please sign in to comment.