mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Changes rule_id to long in order to have it visible by systemtap
This commit is contained in:
@@ -47,7 +47,7 @@ class Rule {
|
||||
|
||||
std::vector<Variables::Variable *> *variables;
|
||||
int phase;
|
||||
double rule_id;
|
||||
long rule_id;
|
||||
|
||||
Rule *chainedRule;
|
||||
bool chained;
|
||||
|
Reference in New Issue
Block a user