mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Fix warnings
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "msc_util.h"
|
||||
#include "msc_parsers.h"
|
||||
|
||||
void validate_quotes(modsec_rec *msr, unsigned char *data) {
|
||||
void validate_quotes(modsec_rec *msr, char *data) {
|
||||
int i, len;
|
||||
|
||||
if(msr == NULL)
|
||||
|
Reference in New Issue
Block a user