From ccc3e2f4d90e1730ee18a0bb31437f195911515e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 9 Nov 2009 14:10:19 +0000 Subject: Removed an unused assignment. svn path=/trunk/; revision=30883 --- epan/dissectors/packet-v120.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors') diff --git a/epan/dissectors/packet-v120.c b/epan/dissectors/packet-v120.c index 5c1b4d27e6..c43422ebd3 100644 --- a/epan/dissectors/packet-v120.c +++ b/epan/dissectors/packet-v120.c @@ -114,7 +114,7 @@ dissect_v120(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { col_set_str(pinfo->cinfo, COL_INFO, "Invalid V.120 frame"); if (tree) - ti = proto_tree_add_protocol_format(tree, proto_v120, tvb, 0, -1, + proto_tree_add_protocol_format(tree, proto_v120, tvb, 0, -1, "Invalid V.120 frame"); return; } -- cgit v1.2.3