summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/libxt_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_tcp.c b/extensions/libxt_tcp.c
index 6a85ed46..2a14035d 100644
--- a/extensions/libxt_tcp.c
+++ b/extensions/libxt_tcp.c
@@ -390,7 +390,7 @@ static void print_tcp_xlate(struct xt_xlate *xl, uint8_t flags)
}
if (!have_flag)
- xt_xlate_add(xl, "none");
+ xt_xlate_add(xl, "0x0");
}
static int tcp_xlate(const void *ip, const struct xt_entry_match *match,