Tidy code. Update MULTIPART_STRICT_ERROR with multipart changes from the trunk.

This commit is contained in:
ivanr
2007-09-07 14:15:37 +00:00
parent 2538f63aa8
commit 88ca67956b
2 changed files with 7 additions and 1 deletions

View File

@@ -1773,6 +1773,7 @@ static int var_multipart_strict_error_generate(modsec_rec *msr, msre_var *var, m
||(msr->mpd->flag_data_after != 0)
||(msr->mpd->flag_header_folding != 0)
||(msr->mpd->flag_lf_line != 0)
||(msr->mpd->flag_missing_semicolon != 0)
) {
return var_simple_generate(var, vartab, mptmp, "1");
}