summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_pkttype.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-06-04 06:23:49 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-06-04 06:23:49 +0000
commit2f0d748e21037fe684efeac09048d17d1eec04c9 (patch)
tree8f76a720f429864f51b4513dec8f82da9ce035ac /extensions/ebt_pkttype.c
parent18661b0f94f10abe37d1e0716330216db2a8388c (diff)
undo last change
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,