Squelch a warning (not enough data flow analysis is done to know that

cotp_tree actually never will be used uninitialized).

svn path=/trunk/; revision=46061
This commit is contained in:
Guy Harris 2012-11-17 22:35:13 +00:00
parent 7ef91b394d
commit 8b2de024bf
1 changed files with 1 additions and 1 deletions

View File

@ -1983,7 +1983,7 @@ static int ositp_decode_EA(tvbuff_t *tvb, int offset, guint8 li, guint8 tpdu,
static int ositp_decode_ER(tvbuff_t *tvb, int offset, guint8 li, guint8 tpdu,
packet_info *pinfo, proto_tree *tree)
{
proto_tree *cotp_tree;
proto_tree *cotp_tree = NULL;
proto_item *ti;
const char *str;
guint16 dst_ref;