mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fixed some casting issues for compiling on NetWare (Guenter Knauf).
This commit is contained in:
@@ -308,7 +308,7 @@ static int output_filter_should_run(modsec_rec *msr, request_rec *r) {
|
||||
*p = '\0';
|
||||
}
|
||||
|
||||
strtolower_inplace(content_type);
|
||||
strtolower_inplace((unsigned char *)content_type);
|
||||
|
||||
if (strcmp(content_type, "text/html") == 0) {
|
||||
/* Useful information to have should we later
|
||||
|
Reference in New Issue
Block a user