From 2af61db5103ec85a7d219c870d9d82eb838951cc Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 30 May 2014 22:56:19 -0700 Subject: Fix (legitimate) compiler warning. Change-Id: Ie5abf8f95731a689e9851cc6ee5f169eafd617ac Reviewed-on: https://code.wireshark.org/review/1892 Reviewed-by: Guy Harris --- epan/dissectors/packet-oampdu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-oampdu.c b/epan/dissectors/packet-oampdu.c index 780ab55590..4568e4f45c 100644 --- a/epan/dissectors/packet-oampdu.c +++ b/epan/dissectors/packet-oampdu.c @@ -1027,7 +1027,7 @@ dissect_oampdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) guint16 flags,state; guint32 i; - proto_tree *oampdu_tree; + proto_tree *oampdu_tree = NULL; proto_item *oampdu_item; proto_tree *flags_tree; proto_item *flags_item; -- cgit v1.2.3