Squelch a compiler warning.

svn path=/trunk/; revision=17876
This commit is contained in:
Guy Harris 2006-04-16 22:00:11 +00:00
parent 1d1cf3790a
commit f45378f3bc
1 changed files with 1 additions and 1 deletions

View 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;