zvt: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang

Change-Id: I0f7a620e5fbdab4a4c6b62b1b7bc884073bc0f45
Reviewed-on: https://code.wireshark.org/review/19447
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Alexis La Goutte 2016-12-28 16:22:54 +01:00 committed by Martin Kaiser
parent 763d7f3012
commit 7f576aab36
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ dissect_zvt_tlv_container(tvbuff_t *tvb, gint offset,
{
gint offset_start;
gint total_len_bytes, seq_len;
guint16 seq_max_len;
guint16 seq_max_len = 0;
offset_start = offset;