diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-11-09 14:09:19 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-11-09 14:09:19 +0000 |
commit | ccba8cc3dfb0a6b217eeabce73311c8ae146f6e0 (patch) | |
tree | 796a3059e443836ae4b0b36bc18f14c8514461f3 | |
parent | e9977dda6633b3850bd016e8c192f8fc9aab535e (diff) | |
download | wireshark-ccba8cc3dfb0a6b217eeabce73311c8ae146f6e0.tar.gz wireshark-ccba8cc3dfb0a6b217eeabce73311c8ae146f6e0.tar.bz2 wireshark-ccba8cc3dfb0a6b217eeabce73311c8ae146f6e0.zip |
Removed an unused assignment.
svn path=/trunk/; revision=30881
-rw-r--r-- | epan/dissectors/packet-wps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wps.c b/epan/dissectors/packet-wps.c index 5ad5271bf8..3988d3da51 100644 --- a/epan/dissectors/packet-wps.c +++ b/epan/dissectors/packet-wps.c @@ -653,7 +653,6 @@ dissect_wps_tlvs(proto_tree *eap_tree, tvbuff_t *tvb, int offset, tlv_item = NULL; tlv_root = NULL; tmp_item = NULL; - hfindex = -1; tlv_type = tvb_get_ntohs(tvb, offset); tlv_len = tvb_get_ntohs(tvb, offset+2); |