jl777 7 years ago
parent
commit
e07ce25ebd
  1. 2
      iguana/exchanges/LP_network.c

2
iguana/exchanges/LP_network.c

@ -445,7 +445,7 @@ void LP_commandQ_loop(void *ctx)
portable_mutex_unlock(&LP_commandQmutex); portable_mutex_unlock(&LP_commandQmutex);
if ( ptr->stats_JSONonly < 0 ) // broadcast passthrough if ( ptr->stats_JSONonly < 0 ) // broadcast passthrough
{ {
if ( 0 && ptr->responsesock >= 0 ) if ( 1 && ptr->responsesock >= 0 )
{ {
if ( (result= cJSON_Parse(ptr->msg)) != 0 ) if ( (result= cJSON_Parse(ptr->msg)) != 0 )
{ {

Loading…
Cancel
Save