mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Fix: MULTIPART_INVALID_PART connected to wrong internal variable
This commit is contained in:
@@ -31,7 +31,7 @@ namespace variables {
|
||||
|
||||
|
||||
DEFINE_VARIABLE(MultipartInvalidPart, MULTIPART_INVALID_PART,
|
||||
m_variableMultipartInvalidHeaderFolding)
|
||||
m_variableMultipartInvalidPart)
|
||||
|
||||
|
||||
} // namespace variables
|
||||
|
Reference in New Issue
Block a user