aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ositp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-11-17 23:05:03 +0000
committerGuy Harris <guy@alum.mit.edu>2012-11-17 23:05:03 +0000
commitbdb30c63bf69d747981895e15a56503213b982ce (patch)
tree6306129f95526ec56309b2ab58973a6d85f3a651 /epan/dissectors/packet-ositp.c
parent8b2de024bf05234d9fada073baddd9b94fd5a04e (diff)
Squelch another warning.
svn path=/trunk/; revision=46062
Diffstat (limited to 'epan/dissectors/packet-ositp.c')
-rw-r--r--epan/dissectors/packet-ositp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ositp.c b/epan/dissectors/packet-ositp.c
index d41fad8888..9ed380c8a0 100644
--- a/epan/dissectors/packet-ositp.c
+++ b/epan/dissectors/packet-ositp.c
@@ -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;