Fix a compile warning.

This commit is contained in:
brectanus 2007-03-20 22:01:30 +00:00
parent 473a471bba
commit f508c0a331

View File

@ -1168,7 +1168,7 @@ static int execute_operator(msre_var *var, msre_rule *rule, modsec_rec *msr,
{ {
apr_time_t time_before_regex; apr_time_t time_before_regex;
char *my_error_msg = NULL; char *my_error_msg = NULL;
char *full_varname = NULL; const char *full_varname = NULL;
int rc; int rc;
/* determine the full var name if not already resolved /* determine the full var name if not already resolved