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);