From 1ab88afea0449aeb25009bc0f8297f91f7b75353 Mon Sep 17 00:00:00 2001 From: Stephen Fisher Date: Sun, 29 Mar 2009 05:30:26 +0000 Subject: [PATCH] Squelch warning about variable may be used uninitialized in this function svn path=/trunk/; revision=27878 --- epan/dissectors/packet-ldss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-ldss.c b/epan/dissectors/packet-ldss.c index 5b712ee800..2456f562ab 100644 --- a/epan/dissectors/packet-ldss.c +++ b/epan/dissectors/packet-ldss.c @@ -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;