summaryrefslogtreecommitdiffstats
path: root/iptables/iptables.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/iptables.c')
-rw-r--r--iptables/iptables.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/iptables/iptables.c b/iptables/iptables.c
index 62731c5e..97cbda91 100644
--- a/iptables/iptables.c
+++ b/iptables/iptables.c
@@ -1114,9 +1114,8 @@ void print_rule4(const struct ipt_entry *e,
e->ip.invflags & IPT_INV_FRAG ? " !" : "");
/* Print matchinfo part */
- if (e->target_offset) {
+ if (e->target_offset)
IPT_MATCH_ITERATE(e, print_match_save, &e->ip);
- }
/* print counters for iptables -R */
if (counters < 0)