Refactoring: rename evaluate to execute on actions

This commit is contained in:
Felipe Zimmerle
2019-02-25 21:47:51 -03:00
parent f605359ca5
commit 55b68fdebc
170 changed files with 234 additions and 239 deletions

View File

@@ -319,7 +319,7 @@ int ModSecurity::processContentOffset(const char *content, size_t len,
t = modsecurity::actions::transformations::Transformation::instantiate(
trans.back().str().c_str());
varValueRes = t->evaluate(varValue, NULL);
varValueRes = t->execute(varValue, NULL);
varValue.assign(varValueRes);
trans.pop_back();