Fix misc. Coverity warnings

This commit is contained in:
Jon Siwek 2019-08-14 16:18:44 -07:00
parent 47235b57a6
commit 6255ab6584
5 changed files with 13 additions and 12 deletions

View file

@ -204,6 +204,7 @@ RuleMatcher::RuleMatcher(int arg_RE_level)
root = new RuleHdrTest(RuleHdrTest::NOPROT, 0, 0, RuleHdrTest::EQ,
new maskedvalue_list);
RE_level = arg_RE_level;
parse_error = false;
}
RuleMatcher::~RuleMatcher()