summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/ebt_mark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/ebt_mark.c b/extensions/ebt_mark.c
index e773def..3145c53 100644
--- a/extensions/ebt_mark.c
+++ b/extensions/ebt_mark.c
@@ -144,8 +144,6 @@ static void print(const struct ebt_u_entry *entry,
ebt_print_error("oops, unknown mark action, try a later version of ebtables");
printf(" 0x%lx", markinfo->mark);
tmp = markinfo->target | -16;
- if (tmp == EBT_ACCEPT)
- return;
printf(" --mark-target %s", TARGET_NAME(tmp));
}