aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-isis-clv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isis-clv.c b/epan/dissectors/packet-isis-clv.c
index b9f10c69b0..0872cf0884 100644
--- a/epan/dissectors/packet-isis-clv.c
+++ b/epan/dissectors/packet-isis-clv.c
@@ -565,7 +565,7 @@ isis_dissect_clvs(tvbuff_t *tvb, proto_tree *tree, int offset,
}
#else
if (tree) {
- ti = proto_tree_add_text(tree, tvb, offset - 2,
+ proto_tree_add_text(tree, tvb, offset - 2,
length + 2, "Unknown code %u (%u)",
code, length);
}