Integrate with mod_log_config (MODSEC-108).

This commit is contained in:
ivanr
2010-02-01 11:01:17 +00:00
parent 7b56982f26
commit a4d5d50be9
5 changed files with 61 additions and 0 deletions

View File

@@ -400,6 +400,7 @@ static int var_rule_generate(modsec_rec *msr, msre_var *var, msre_rule *rule,
msre_actionset *actionset = NULL;
if (rule == NULL) return 0;
actionset = rule->actionset;
if (rule->chain_starter != NULL) actionset = rule->chain_starter->actionset;