mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +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).");
|
"(invalid characters).");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user