From f508c0a33190ff92bdfa2d973c0ba0142cb23ad5 Mon Sep 17 00:00:00 2001 From: brectanus Date: Tue, 20 Mar 2007 22:01:30 +0000 Subject: [PATCH] Fix a compile warning. --- apache2/re.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache2/re.c b/apache2/re.c index 6c838316..c9684e30 100644 --- a/apache2/re.c +++ b/apache2/re.c @@ -1168,7 +1168,7 @@ static int execute_operator(msre_var *var, msre_rule *rule, modsec_rec *msr, { apr_time_t time_before_regex; char *my_error_msg = NULL; - char *full_varname = NULL; + const char *full_varname = NULL; int rc; /* determine the full var name if not already resolved