mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Define m_secmarker_skipped as an integer type
There's no reason to treat this this as a double, since it represents a human-readable data value that is only meaningful as an integer. In doing so we write cleaner audit logs and save a small amount of space.
This commit is contained in:
committed by
Felipe Zimmerle
parent
bb2ecdf4db
commit
d0a63aac03
@@ -80,7 +80,7 @@ class Rules : public RulesProperties {
|
||||
|
||||
private:
|
||||
int m_referenceCount;
|
||||
double m_secmarker_skipped;
|
||||
uint8_t m_secmarker_skipped;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user