File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ void DetectFastPatternRegister(void)
175
175
#ifdef UNITTESTS
176
176
sigmatch_table[DETECT_FAST_PATTERN].RegisterTests = DetectFastPatternRegisterTests;
177
177
#endif
178
- sigmatch_table[DETECT_FAST_PATTERN].flags |= SIGMATCH_NOOPT ;
178
+ sigmatch_table[DETECT_FAST_PATTERN].flags |= SIGMATCH_OPTIONAL_OPT ;
179
179
180
180
DetectSetupParseRegexes(PARSE_REGEX, &parse_regex);
181
181
}
@@ -188,7 +188,7 @@ void DetectFastPatternRegister(void)
188
188
*
189
189
* \param de_ctx Pointer to the Detection Engine Context.
190
190
* \param s Pointer to the Signature to which the current keyword belongs.
191
- * \param null_str Should hold an empty string always.
191
+ * \param arg May hold an argument
192
192
*
193
193
* \retval 0 On success.
194
194
* \retval -1 On failure.
You can’t perform that action at this time.
0 commit comments