Fixed an old bug in ctl:auditLogParts that was fixed in 2.1.x, but not trunk.

This commit is contained in:
brectanus
2008-01-09 01:02:51 +00:00
parent 4b05cfe3d6
commit b6446dc836

View File

@@ -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';