From 393bc1de0c981a99fd74046274da6a911650ba8f Mon Sep 17 00:00:00 2001
From: jl777 <jameslee777@yahoo.com>
Date: Tue, 13 Mar 2018 17:29:42 +0200
Subject: [PATCH] Test

---
 iguana/exchanges/LP_network.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iguana/exchanges/LP_network.c b/iguana/exchanges/LP_network.c
index 0e6767837..4229093af 100644
--- a/iguana/exchanges/LP_network.c
+++ b/iguana/exchanges/LP_network.c
@@ -507,6 +507,7 @@ void LP_queuecommand(char **retstrp,char *buf,int32_t responsesock,int32_t stats
     if ( (ptr->retstrp= retstrp) != 0 )
         *retstrp = 0;
     ptr->msglen = msglen;
+    ptr->queueid = queueid;
     ptr->responsesock = responsesock;
     ptr->stats_JSONonly = stats_JSONonly;
     memcpy(ptr->msg,buf,msglen);