Initialize length.

svn path=/trunk/; revision=34293
This commit is contained in:
Stig Bjørlykke 2010-09-30 19:41:44 +00:00
parent e7a8e117fc
commit 8d3bde0f49
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@ static tvbuff_t *
dissect_6lowpan_iphc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gint dgram_size)
{
gint offset = 0;
gint length;
gint length = 0;
proto_tree * iphc_tree = NULL;
proto_item * ti = NULL;
proto_item * ti_sam = NULL;