mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Fixed an old bug in ctl:auditLogParts that was fixed in 2.1.x, but not trunk.
This commit is contained in:
@@ -813,7 +813,7 @@ static apr_status_t msre_action_ctl_execute(modsec_rec *msr, apr_pool_t *mptmp,
|
|||||||
if (*s != c) {
|
if (*s != c) {
|
||||||
*d++ = *s++;
|
*d++ = *s++;
|
||||||
} else {
|
} else {
|
||||||
(*s)++; /* parens quiet compiler warning */
|
s++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*d = '\0';
|
*d = '\0';
|
||||||
|
Reference in New Issue
Block a user