mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Returns elegant errors if rules load operation failed
This commit is contained in:
@@ -75,9 +75,9 @@ class Driver : public RulesProperties {
|
||||
void error(const yy::location& l, const std::string& m,
|
||||
const std::string& c);
|
||||
|
||||
yy::location loc;
|
||||
std::list<yy::location> loc;
|
||||
|
||||
std::string ref;
|
||||
std::list<std::string> ref;
|
||||
std::string buffer;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user