From c3105acf1d59f6a3dc59c7f063c0126ef79ec1bd Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 8 Nov 2017 01:01:47 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 984d98705..f31e39421 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -1198,7 +1198,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,uint16_t mybu free(retstr); } else printf("issue_hello NULL return\n"); lasthello = (uint32_t)time(NULL); - if ( 1 || allgood == 0 ) + if ( allgood == 0 ) { printf("RPC port got stuck, start a new thread\n"); LP_bindsock = -1;