mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fix compiler warning in JSON parser
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#ifdef WITH_YAJL
|
#ifdef WITH_YAJL
|
||||||
|
|
||||||
char *base_offset=NULL;
|
const char *base_offset=NULL;
|
||||||
|
|
||||||
int json_add_argument(modsec_rec *msr, const char *value, unsigned length)
|
int json_add_argument(modsec_rec *msr, const char *value, unsigned length)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user