aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isis-hello.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2012-05-25 02:51:23 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2012-05-25 02:51:23 +0000
commitcd7c8f671b7289cac16948a0f17ac40130d0dd41 (patch)
treeb86ecb4dd0782cd7f380b5d1f78759217136b1ba /epan/dissectors/packet-isis-hello.c
parent22415dc2117bd1908b07cff3c3107696fbe3e630 (diff)
Fix Coverity CID 700177 Unused pointer value.
svn path=/trunk/; revision=42849
Diffstat (limited to 'epan/dissectors/packet-isis-hello.c')
-rw-r--r--epan/dissectors/packet-isis-hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isis-hello.c b/epan/dissectors/packet-isis-hello.c
index 446e3f0e3c..dfe5fe7364 100644
--- a/epan/dissectors/packet-isis-hello.c
+++ b/epan/dissectors/packet-isis-hello.c
@@ -391,7 +391,7 @@ dissect_hello_mt_port_cap_spb_mcid_clv(tvbuff_t *tvb,
offset += 3;
/* Aux MCID: */
- ti = proto_tree_add_text( subtree, tvb, offset, MCID_LEN, "Aux MCID:");
+ proto_tree_add_text( subtree, tvb, offset, MCID_LEN, "Aux MCID:");
for (i = 0 ; i < 48 ; i+= 8, offset += 8) {
proto_tree_add_text( subtree, tvb, offset, 8,
" %02x %02x %02x %02x %02x %02x %02x %02x",