commit | 97e763a21b9ba4a4446737cec77d63323fc0c034 | [log] [tgz] |
---|---|---|
author | fnm3 <fnm3> | Mon Nov 25 10:06:49 2002 +0000 |
committer | fnm3 <fnm3> | Mon Nov 25 10:06:49 2002 +0000 |
tree | 5d917a48cb254a3364f69f7bb5c71be7c5975d36 | |
parent | 349c9209edb86fd995f811badebadb0455efcd5e [diff] |
Removed useless bzero(ethertype_name, 21)
diff --git a/extensions/ebt_vlan.c b/extensions/ebt_vlan.c index 84722ea..f7bec62 100644 --- a/extensions/ebt_vlan.c +++ b/extensions/ebt_vlan.c
@@ -253,7 +253,6 @@ if (GET_BITMASK(EBT_VLAN_ENCAP)) { printf("--%s %s", opts[VLAN_ENCAP].name, INV_FLAG(EBT_VLAN_ENCAP)); - bzero(ethertype_name, 21); ethent = getethertypebynumber(ntohs(vlaninfo->encap)); if (ethent != NULL) { printf("%s ", ethent->e_name);