From 107dca41800f7aeb6600438ea3aaf0fd66019417 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 21 Aug 2011 08:46:49 +0200 Subject: libxt_conntrack: remove one misleading comment Signed-off-by: Jan Engelhardt --- extensions/libxt_conntrack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/libxt_conntrack.c') diff --git a/extensions/libxt_conntrack.c b/extensions/libxt_conntrack.c index 8e1777e3..a4011252 100644 --- a/extensions/libxt_conntrack.c +++ b/extensions/libxt_conntrack.c @@ -143,8 +143,8 @@ static const struct xt_option_entry conntrack2_mt_opts[] = { }; #undef s -#define s struct xt_conntrack_mtinfo3 /* for v1-v3 */ -/* We exploit the fact that v1-v3 share the same layout */ +#define s struct xt_conntrack_mtinfo3 +/* Difference from v2 is the non-NBO form. */ static const struct xt_option_entry conntrack3_mt_opts[] = { {.name = "ctstate", .id = O_CTSTATE, .type = XTTYPE_STRING, .flags = XTOPT_INVERT}, -- cgit v1.2.3