mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
IIS: no lock on ProcessRequest. No reload of config. (#24)
IIS: no lock on ProcessRequest. No reload of config.
This commit is contained in:
committed by
Felipe Zimmerle
parent
6bc838eeaf
commit
51a9717601
@@ -466,11 +466,8 @@ MODSECURITY_STORED_CONTEXT::~MODSECURITY_STORED_CONTEXT()
|
||||
MODSECURITY_STORED_CONTEXT::MODSECURITY_STORED_CONTEXT():
|
||||
m_bIsEnabled ( FALSE ),
|
||||
m_pszPath( NULL ),
|
||||
m_Config( NULL ),
|
||||
m_dwLastCheck( 0 )
|
||||
m_Config( NULL )
|
||||
{
|
||||
m_LastChange.dwLowDateTime = 0;
|
||||
m_LastChange.dwHighDateTime = 0;
|
||||
}
|
||||
|
||||
DWORD
|
||||
|
Reference in New Issue
Block a user