detect: spelling: update SigTableApplyStrictCommandLineOption

pull/8828/head
Victor Julien 2 years ago
parent bbcf6fe76b
commit 0c5e47b735

@ -335,7 +335,7 @@ bool SigMatchStrictEnabled(const enum DetectKeywordId id)
return false;
}
void SigTableApplyStrictCommandlineOption(const char *str)
void SigTableApplyStrictCommandLineOption(const char *str)
{
if (str == NULL) {
/* nothing to be done */

@ -76,7 +76,7 @@ bool SigMatchStrictEnabled(const enum DetectKeywordId id);
const char *DetectListToHumanString(int list);
const char *DetectListToString(int list);
void SigTableApplyStrictCommandlineOption(const char *str);
void SigTableApplyStrictCommandLineOption(const char *str);
SigMatch *DetectGetLastSM(const Signature *);
SigMatch *DetectGetLastSMFromMpmLists(const DetectEngineCtx *de_ctx, const Signature *s);

@ -2731,7 +2731,7 @@ int PostConfLoadedSetup(SCInstance *suri)
/* hardcoded initialization code */
SigTableSetup(); /* load the rule keywords */
SigTableApplyStrictCommandlineOption(suri->strict_rule_parsing_string);
SigTableApplyStrictCommandLineOption(suri->strict_rule_parsing_string);
TmqhSetup();
TagInitCtx();

Loading…
Cancel
Save