fix(engine): logical issue in exceptions condition

Signed-off-by: Gianmatteo Palmieri <mail@gian.im>
This commit is contained in:
Gianmatteo Palmieri
2024-02-25 18:50:28 +01:00
committed by poiana
parent f6818902de
commit ea781477d6

View File

@@ -76,6 +76,7 @@ static void build_rule_exception_infos(
std::string& condition)
{
std::string tmp;
condition = "(" + condition + ")";
for (const auto &ex : exceptions)
{
std::string icond;