mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Fix misc. Coverity warnings
This commit is contained in:
parent
47235b57a6
commit
6255ab6584
5 changed files with 13 additions and 12 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue