Initialise ext_len to avoid an "uninitialised use" error.

svn path=/trunk/; revision=43895
This commit is contained in:
Martin Mathieson 2012-07-21 15:21:43 +00:00
parent f865ece795
commit 8a8adffcf5
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ dissect_v150fw(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
proto_item *ti;
proto_tree *v150fw_tree, *field_tree;
guint8 extb, ric;
guint16 ext_len;
guint16 ext_len = 0;
gint payload_length;
unsigned int offset = 0;