actions: Compute the rule association during rules load

This commit is contained in:
Felipe Zimmerle
2020-05-18 15:08:17 -03:00
parent 374203b000
commit eb3e05646d
83 changed files with 842 additions and 415 deletions

View File

@@ -214,6 +214,7 @@ void ModSecurity::serverLog(void *data, RuleMessage *rm) {
m_logCb(data, a);
return;
}
m_logCb(data, a);
return;
}