Squelch another warning.

svn path=/trunk/; revision=46062
This commit is contained in:
Guy Harris 2012-11-17 23:05:03 +00:00
parent 8b2de024bf
commit bdb30c63bf
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ static gboolean ositp_decode_var_part(tvbuff_t *tvb, int offset,
static int ositp_decode_DR(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 = NULL;
guint16 dst_ref, src_ref;
guchar reason;