Initialize sub_cfg_attr_type_tree.

svn path=/trunk/; revision=31841
This commit is contained in:
Anders Broman 2010-02-09 06:52:49 +00:00
parent bceda505c0
commit 96bcad4ea8
1 changed files with 1 additions and 1 deletions

View File

@ -2719,7 +2719,7 @@ dissect_config_attribute(tvbuff_t *tvb, proto_tree *cfg_attr_type_tree, int offs
guint optlen, cfg_attr_type, len = 0;
int offset_end = 0;
proto_item *cfg_attr_type_item;
proto_tree *sub_cfg_attr_type_tree;
proto_tree *sub_cfg_attr_type_tree = NULL;
cfg_attr_type = tvb_get_ntohs(tvb, offset);
optlen = tvb_get_ntohs(tvb, offset+2);