mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 03:57:47 +03:00
Cosmetics: Reduces the static analysis warnings
This commit is contained in:
@@ -113,7 +113,7 @@ class Multipart {
|
||||
int process_part_header(std::string *error);
|
||||
int process_part_data(std::string *error);
|
||||
|
||||
int tmp_file_name(std::string *filename);
|
||||
int tmp_file_name(std::string *filename) const;
|
||||
|
||||
void validate_quotes(const char *data);
|
||||
|
||||
|
Reference in New Issue
Block a user