mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Removed parserError from the rules class
The Rules class inherits parserError from Rules Properties class overwrite this variable suppress the error message from the parser aconsumer.
This commit is contained in:
parent
02909f7cd8
commit
e5583c24bb
@ -84,9 +84,6 @@ class Rules : public RulesProperties {
|
||||
|
||||
void debug(int level, std::string message);
|
||||
|
||||
std::ostringstream parserError;
|
||||
|
||||
|
||||
int *unicode_map_table;
|
||||
int64_t unicode_codepage;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user