mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Make variable const pointer
This commit is contained in:
parent
dbdd6318ff
commit
c3c2c6f280
@ -1638,7 +1638,7 @@ bool Multipart::process(const std::string& data, std::string *error,
|
|||||||
}
|
}
|
||||||
} else { /* It looks like a boundary but */
|
} else { /* It looks like a boundary but */
|
||||||
/* we couldn't match it. */
|
/* we couldn't match it. */
|
||||||
char *p = NULL;
|
const char *p = NULL;
|
||||||
|
|
||||||
/* Check if an attempt to use quotes around the
|
/* Check if an attempt to use quotes around the
|
||||||
* boundary was made. */
|
* boundary was made. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user