aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dhcpv6.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-06-29 22:00:50 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-06-29 22:00:50 +0000
commit1dfecc041c67d8a0525d57827cb7b5842e0ce87d (patch)
treefd3eaef49773164ff7f370513dd23913ced4bb2a /epan/dissectors/packet-dhcpv6.c
parent70dde30fe9d74a67c82c4d0d1bbfac36b79de031 (diff)
Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=50244
Diffstat (limited to 'epan/dissectors/packet-dhcpv6.c')
-rw-r--r--epan/dissectors/packet-dhcpv6.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dhcpv6.c b/epan/dissectors/packet-dhcpv6.c
index a29e44c707..29df290035 100644
--- a/epan/dissectors/packet-dhcpv6.c
+++ b/epan/dissectors/packet-dhcpv6.c
@@ -1179,7 +1179,6 @@ dissect_cablelabs_specific_opts(proto_tree *v_tree, proto_item *v_item, packet_i
tlv5_counter = 0;
tlv5_cap_index = sub_off;
- tlv5_cap_len = 0;
subtree = proto_item_add_subtree(ti, ett_dhcpv6_tlv5_type);