From e07ce25ebd7aade374ff2a09bab545ae6c492c29 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 13 Mar 2018 17:34:59 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_network.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_network.c b/iguana/exchanges/LP_network.c index 6a1ad3531..53752a9bf 100644 --- a/iguana/exchanges/LP_network.c +++ b/iguana/exchanges/LP_network.c @@ -445,7 +445,7 @@ void LP_commandQ_loop(void *ctx) portable_mutex_unlock(&LP_commandQmutex); if ( ptr->stats_JSONonly < 0 ) // broadcast passthrough { - if ( 0 && ptr->responsesock >= 0 ) + if ( 1 && ptr->responsesock >= 0 ) { if ( (result= cJSON_Parse(ptr->msg)) != 0 ) {