packet-bssgp.c:6916: warning: 'bssgp_tree' may be used uninitialized in this function

svn path=/trunk/; revision=35581
This commit is contained in:
Anders Broman 2011-01-19 09:49:36 +00:00
parent 3c491eee6b
commit feea97e6aa
1 changed files with 1 additions and 1 deletions

View File

@ -6913,7 +6913,7 @@ dissect_bssgp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
build_info_t bi = { NULL, 0, NULL, NULL, NULL, FALSE, FALSE, 0 };
proto_item *ti;
proto_tree *bssgp_tree;
proto_tree *bssgp_tree = NULL;
int offset = 0;
guint32 len;
const gchar *msg_str = NULL;