actions: Compute the rule association during relus load

This commit is contained in:
Felipe Zimmerle
2020-05-18 15:08:17 -03:00
parent 58407720dc
commit 9b54b8e8ae
74 changed files with 718 additions and 374 deletions

View File

@@ -34,7 +34,6 @@ namespace modsecurity {
namespace variables {
void TimeEpoch::evaluate(Transaction *transaction,
RuleWithActions *rule,
std::vector<const VariableValue *> *l) {
transaction->m_variableTimeEpoch.assign(
std::to_string(std::time(nullptr)));