summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_pkttype.c
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ebt_pkttype.c')
-rw-r--r--extensions/ebt_pkttype.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/ebt_pkttype.c b/extensions/ebt_pkttype.c
index e0de38d..e129996 100644
--- a/extensions/ebt_pkttype.c
+++ b/extensions/ebt_pkttype.c
@@ -46,7 +46,6 @@ static void init(struct ebt_entry_match *match)
struct ebt_pkttype_info *pt = (struct ebt_pkttype_info *)match->data;
pt->invert = 0;
- match->version = VERSIONIZE(1,0);
}
static int parse(int c, char **argv, int argc, const struct ebt_u_entry *entry,