Checking the value of rule in mark_init

This commit is contained in:
MissValeska 2014-12-03 12:31:04 -08:00
parent de85724e7b
commit 9ec62661b2

View File

@ -464,6 +464,9 @@ mark_init(int igw)
goto cannot_init;
}
restore_output_rule_init(rule);
error("Rule in mark_init: %s", rule);
res = insert_rule(rule, &t, CHAIN_OUTPUT, 0);
if (res) {
error(err_str);