Refactoring the cleaning of MATCHED_VAR* variables

This commit is contained in:
Ervin Hegedus
2025-07-25 14:33:24 +02:00
parent cf24aeaead
commit 79d55037c0
8 changed files with 594 additions and 26 deletions

View File

@@ -80,6 +80,8 @@ class RulesSet : public RulesSetProperties {
void debug(int level, const std::string &id, const std::string &uri,
const std::string &msg);
static void cleanMatchedVars(Transaction *trans);
RulesSetPhases m_rulesSetPhases;
private:
#ifndef NO_LOGS