mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Variables resolution results now stored into a std::vector instead of std::list
This commit is contained in:
@@ -33,8 +33,8 @@ class TimeWDay : public Variable {
|
||||
explicit TimeWDay(std::string _name)
|
||||
: Variable(_name) { }
|
||||
|
||||
std::list<transaction::Variable *> *
|
||||
evaluate(Assay *assay) override;
|
||||
void evaluateInternal(Assay *assay,
|
||||
std::vector<const transaction::Variable *> *l) override;
|
||||
};
|
||||
|
||||
} // namespace Variables
|
||||
|
Reference in New Issue
Block a user