From 9c363c219866f03f81a48a5a34d835ec818687cb Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 15 Aug 2018 07:47:07 -1100 Subject: [PATCH] Remove cccccc mangling of gtc uuidstr --- iguana/exchanges/LP_ordermatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_ordermatch.c b/iguana/exchanges/LP_ordermatch.c index eb9f4766c..adbdfa198 100644 --- a/iguana/exchanges/LP_ordermatch.c +++ b/iguana/exchanges/LP_ordermatch.c @@ -654,7 +654,7 @@ char *LP_trade(void *ctx,char *myipaddr,int32_t mypubsock,struct LP_quoteinfo *q strncpy(qp->uuidstr,uuidstr,sizeof(qp->uuidstr)-1); qp->maxprice = maxprice; qp->timestamp = (uint32_t)time(NULL); - if ( qp->gtc != 0 ) + if ( 0 && qp->gtc != 0 ) { strcpy(&qp->uuidstr[strlen(qp->uuidstr)-6],"cccccc"); LP_gtc_addorder(qp);