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>
This commit is contained in:
Alexis La Goutte 2017-01-08 18:23:24 +01:00 committed by Anders Broman
parent 86a5bf5abe
commit 9a1dfcca60
1 changed files with 0 additions and 1 deletions

View File

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