diff --git a/apache2/re_actions.c b/apache2/re_actions.c index b826c642..9001708e 100644 --- a/apache2/re_actions.c +++ b/apache2/re_actions.c @@ -813,7 +813,7 @@ static apr_status_t msre_action_ctl_execute(modsec_rec *msr, apr_pool_t *mptmp, if (*s != c) { *d++ = *s++; } else { - (*s)++; /* parens quiet compiler warning */ + s++; } } *d = '\0';