Squelch a compiler warning.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 16 Apr 2006 22:00:11 +0000 (22:00 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 16 Apr 2006 22:00:11 +0000 (22:00 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17876 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-mpls.c

index 7bc7f7ba59b4b62112d089a5c1735894c6127d6e..1a3ce519bc037035edef3d53eaa3cc38787d5345 100644 (file)
@@ -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;