mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Changes debuglogs schema to avoid unecessary str allocation
This commit is contained in:
@@ -33,6 +33,11 @@
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
||||
bool GeoLookup::debug(Transaction *transaction, int x, std::string a) {
|
||||
ms_dbg_a(transaction, x, a);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool GeoLookup::evaluate(Transaction *trans, const std::string &exp) {
|
||||
using std::placeholders::_1;
|
||||
|
Reference in New Issue
Block a user