mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Adds missing return true on RequestBodyProcessor::Multipart
This commit is contained in:
@@ -120,6 +120,8 @@ bool Multipart::init() {
|
||||
"(invalid characters).");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user