Reverted SecCookiev0Separator

This commit is contained in:
brenosilva
2012-10-03 17:33:37 +00:00
parent 4c7ab59746
commit 724060a29f
6 changed files with 6 additions and 35 deletions

View File

@@ -2664,7 +2664,7 @@ static int execute_operator(msre_var *var, msre_rule *rule, modsec_rec *msr,
/* Keep track of the highest severity matched so far */
if ((acting_actionset->severity > 0) && (acting_actionset->severity < msr->highest_severity)
&& !rule->actionset->is_chained) {
&& !rule->actionset->is_chained) {
msr->highest_severity = acting_actionset->severity;
}