mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Adds missing return true on RequestBodyProcessor::Multipart
This commit is contained in:
parent
7c406529ed
commit
9431678f89
@ -120,6 +120,8 @@ bool Multipart::init() {
|
||||
"(invalid characters).");
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user