Squelch warning about variable may be used uninitialized in this function

svn path=/trunk/; revision=27878
This commit is contained in:
Stephen Fisher 2009-03-29 05:30:26 +00:00
parent a7d48ed8b6
commit 1ab88afea0
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ dissect_ldss_broadcast(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint32 targetTime;
guint16 port;
guint16 rate;
guint16 messageDetail;
guint16 messageDetail = INFERRED_NONE;
proto_tree *ti, *ldss_tree;