Initialize a variable to keep lint happy. reported by Chris Maynard in bug #2814

svn path=/trunk/; revision=27087
This commit is contained in:
Bill Meier 2008-12-22 16:10:11 +00:00
parent 2fd064d68d
commit 074c1469e0
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ static void
dissect_mpls(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
int offset = 0;
guint32 label;
guint32 label = LABEL_INVALID;
guint8 exp;
guint8 bos;
guint8 ttl;