From e5583c24bbbf6635a0d4cb57d64d8f3799ef75d3 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Thu, 23 Jun 2016 10:47:52 -0300 Subject: [PATCH] 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. --- headers/modsecurity/rules.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/headers/modsecurity/rules.h b/headers/modsecurity/rules.h index e6cbe94f..c1b0ff96 100644 --- a/headers/modsecurity/rules.h +++ b/headers/modsecurity/rules.h @@ -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;