aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-01-08 18:23:24 +0100
committerAnders Broman <a.broman58@gmail.com>2017-01-09 05:20:13 +0000
commit9a1dfcca6022b825fc8ac72d8eddaba6a9ea1dab (patch)
tree739d7eb2605bd72f699f0538ddfa0fec9bbf0230 /epan/dissectors
parent86a5bf5abe53457dd5cfbde33b4670b6bf3efc94 (diff)
802.11(ad) fix typo : ambiguous assignment (CID 1398212)
Introducte in g62a54cb77 Ping-Bug: 13244 Bug: 13309 Change-Id: I2e3411cfd38685c08fd669fad1313663ba879936 Reviewed-on: https://code.wireshark.org/review/19589 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-ieee80211.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index f170c7894b..179df487e1 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -15926,7 +15926,6 @@ add_tagged_field(packet_info *pinfo, proto_tree *tree, tvbuff_t *tvb, int offset
}
case TAG_DMG_BEAM_REFINEMENT:
{
- tag_len = 5;
if (tag_len != 5)
{
expert_add_info_format(pinfo, ti_len, &ei_ieee80211_tag_length, "Tag Length %u wrong, must be 5", tag_len);