aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mq.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-05-15 21:56:02 +0000
committerGerald Combs <gerald@wireshark.org>2012-05-15 21:56:02 +0000
commit21b325691813deb4416d5bc0174164ff11193ae4 (patch)
tree97ba4faae92819bfb086d85e6918246233239fb3 /epan/dissectors/packet-mq.c
parent101e304d4e911e423adc971a723ab02a6d165b27 (diff)
Assign some variables that scan-build was complaining about.
svn path=/trunk/; revision=42638
Diffstat (limited to 'epan/dissectors/packet-mq.c')
-rw-r--r--epan/dissectors/packet-mq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mq.c b/epan/dissectors/packet-mq.c
index e9a6833ccc..17f25186e9 100644
--- a/epan/dissectors/packet-mq.c
+++ b/epan/dissectors/packet-mq.c
@@ -1258,6 +1258,7 @@ dissect_mq_pdu(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_append_str(pinfo->cinfo, COL_INFO, " | ");
}
iPreviousFrameNumber = pinfo->fd->num;
+ tMsgProps.iOffsetFormat = 0;
if (tvb_length(tvb) >= 4)
{
structId = tvb_get_ntohl(tvb, offset);