Browse Source

Test

etomic
jl777 7 years ago
parent
commit
dde31cc0dd
  1. 5
      iguana/exchanges/LP_network.c

5
iguana/exchanges/LP_network.c

@ -133,10 +133,11 @@ void queue_loop(void *ignore)
}
}
}
else if ( 0 && time(NULL) > ptr->starttime+LP_HTTP_TIMEOUT )
else if ( time(NULL) > ptr->starttime+LP_HTTP_TIMEOUT )
{
nonz++;
LP_crc32find(&duplicate,-1,ptr->crc32);
duplicate = 1;
//LP_crc32find(&duplicate,-1,ptr->crc32);
if ( duplicate > 0 )
{
printf("found crc32.%u\n",ptr->crc32);

Loading…
Cancel
Save