summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-mq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mq.c b/epan/dissectors/packet-mq.c
index fa100f8c3c..51128ff589 100644
--- a/epan/dissectors/packet-mq.c
+++ b/epan/dissectors/packet-mq.c
@@ -3923,9 +3923,10 @@ static int reassemble_mq(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, vo
{
fragment_head *fd_head;
guint32 iConnectionId = (pinfo->srcport + pinfo->destport);
- iHdrL = 28 + iMulS;
gboolean reassembly_error = FALSE;
+ iHdrL = 28 + iMulS;
+
/* Get the MQ Handle of the Object */
iHdl = tvb_get_guint32(tvb, iHdrL + 4, iEnco);
/* Get the Global Message Index */