mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 09:55:28 +03:00
Makes RuleWithActions const in run time operations
This commit is contained in:
committed by
Felipe Zimmerle
parent
0a3b658969
commit
28c3cb3176
@@ -34,7 +34,8 @@ class LuaScriptBlob {
|
||||
public:
|
||||
LuaScriptBlob() :
|
||||
m_data(NULL),
|
||||
m_len(0) { }
|
||||
m_len(0)
|
||||
{ }
|
||||
|
||||
~LuaScriptBlob() {
|
||||
if (m_data) {
|
||||
|
||||
Reference in New Issue
Block a user