From b89380dd7454b90adde427ea8c9dccac2cbcd89f Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Mon, 14 Jan 2013 15:13:21 +0000 Subject: Fix CID 966603: Unused pointer value. svn path=/trunk/; revision=47062 --- epan/dissectors/packet-mrcpv2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-mrcpv2.c') diff --git a/epan/dissectors/packet-mrcpv2.c b/epan/dissectors/packet-mrcpv2.c index b5fab6e431..863f7a686c 100644 --- a/epan/dissectors/packet-mrcpv2.c +++ b/epan/dissectors/packet-mrcpv2.c @@ -654,7 +654,7 @@ dissect_mrcpv2_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { /* mark whole packet as unknown and return */ col_add_str(pinfo->cinfo, COL_INFO, "UNKNOWN message"); - line_item = proto_tree_add_item(mrcpv2_tree, hf_mrcpv2_Unknown_Message, tvb, offset, tvb_len, ENC_UTF_8); + proto_tree_add_item(mrcpv2_tree, hf_mrcpv2_Unknown_Message, tvb, offset, tvb_len, ENC_UTF_8); return tvb_len; } -- cgit v1.2.3