mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Changes rule_id to long in order to have it visible by systemtap
This commit is contained in:
parent
2a8f45b895
commit
140a62a2b5
@ -47,7 +47,7 @@ class Rule {
|
||||
|
||||
std::vector<Variables::Variable *> *variables;
|
||||
int phase;
|
||||
double rule_id;
|
||||
long rule_id;
|
||||
|
||||
Rule *chainedRule;
|
||||
bool chained;
|
||||
|
Loading…
x
Reference in New Issue
Block a user