aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-osi-options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-osi-options.c b/epan/dissectors/packet-osi-options.c
index 79c6b06f7b..2449524de9 100644
--- a/epan/dissectors/packet-osi-options.c
+++ b/epan/dissectors/packet-osi-options.c
@@ -229,7 +229,7 @@ dissect_option_route( guchar parm_type, int offset, guchar parm_len,
netl = tvb_get_guint8(tvb, next_hop + 2 );
this_hop = offset + 2; /* points to first netl */
- ti = proto_tree_add_text( tree, tvb, offset + next_hop, netl,
+ proto_tree_add_text( tree, tvb, offset + next_hop, netl,
"Source Routing: %s ( Next Hop Highlighted In Data Buffer )",
(tvb_get_guint8(tvb, offset) == 0) ? "Partial Source Routing" :
"Complete Source Routing" );