aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-16 22:00:11 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2006-04-16 22:00:11 +0000
commit0470fe225a89fe82c9f65d6eac431c3bbe0c5a28 (patch)
tree99f0a2a5735ef525b5d02a80ff01aa1a3ba58d7c /epan/dissectors/packet-mpls.c
parent05d8eaf5da69d47a3579a03090708a99482afee4 (diff)
Squelch a compiler warning.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17876 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mpls.c')
-rw-r--r--epan/dissectors/packet-mpls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mpls.c b/epan/dissectors/packet-mpls.c
index 7bc7f7ba59..1a3ce519bc 100644
--- a/epan/dissectors/packet-mpls.c
+++ b/epan/dissectors/packet-mpls.c
@@ -471,7 +471,7 @@ dissect_mpls(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint8 ttl;
guint8 ipvers;
- proto_tree *mpls_tree;
+ proto_tree *mpls_tree = NULL;
proto_item *ti;
tvbuff_t *next_tvb;