Fix compiler warning in JSON parser

This commit is contained in:
Robert Paprocki
2018-03-20 10:57:19 -07:00
parent 203e85e33f
commit 830f0b7c54

View File

@@ -16,7 +16,7 @@
#ifdef WITH_YAJL
char *base_offset=NULL;
const char *base_offset=NULL;
int json_add_argument(modsec_rec *msr, const char *value, unsigned length)
{