diff --git a/iguana/exchanges/LP_network.c b/iguana/exchanges/LP_network.c index 3d121ef1c..698d59bf8 100644 --- a/iguana/exchanges/LP_network.c +++ b/iguana/exchanges/LP_network.c @@ -135,11 +135,10 @@ void queue_loop(void *ignore) } else if ( time(NULL) > ptr->starttime+LP_HTTP_TIMEOUT ) { - nonz++; - //duplicate = 1; LP_crc32find(&duplicate,-1,ptr->crc32); if ( duplicate > 0 ) { + nonz++; printf("found crc32.%u\n",ptr->crc32); free(ptr); ptr = 0;