Browse Source

Checking the value of rule in mark_init

MissValeska 9 years ago
parent
commit
9ec62661b2
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/mark.c

+ 3
- 0
src/mark.c View File

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

Loading…
Cancel
Save