summaryrefslogtreecommitdiffstats
path: root/extensions/ebt_vlan.c
diff options
context:
space:
mode:
authorfnm3 <fnm3>2002-11-25 08:57:37 +0000
committerfnm3 <fnm3>2002-11-25 08:57:37 +0000
commit03cf3376b290f1aacd7043e8fc7483ce40cac2aa (patch)
treec539727dae247c6c5161df110859bf2706550933 /extensions/ebt_vlan.c
parent478aef4aa163eb25984132001bd2614a4bdc0676 (diff)
Removed useless char ethertype_name[21];
Diffstat (limited to 'extensions/ebt_vlan.c')
-rw-r--r--extensions/ebt_vlan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/ebt_vlan.c b/extensions/ebt_vlan.c
index 2c3fa13..84722ea 100644
--- a/extensions/ebt_vlan.c
+++ b/extensions/ebt_vlan.c
@@ -231,7 +231,6 @@ print(const struct ebt_u_entry *entry, const struct ebt_entry_match *match)
struct ebt_vlan_info *vlaninfo =
(struct ebt_vlan_info *) match->data;
- char ethertype_name[21];
/*
* Print VLAN ID if they are specified
*/