From e98ce168bb2843e156c2075d8c2e8524f1a7f26f Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 7 Jul 2017 16:06:41 +0300 Subject: [PATCH] Test --- iguana/exchanges/LP_network.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;