Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
cb03766a8e
  1. 2
      iguana/iguana777.c

2
iguana/iguana777.c

@ -412,7 +412,7 @@ void iguana_helper(void *arg)
{
if ( (ptr= queue_dequeue(&validateQ,0)) != 0 )
{
if ( ptr->bp != 0 && ptr->coin != 0 && coin->active != 0 )
if ( ptr->bp != 0 && (coin= ptr->coin) != 0 && coin->active != 0 )
flag += iguana_bundlevalidate(ptr->coin,ptr->bp);
else printf("helper validate missing param? %p %p\n",ptr->coin,ptr->bp);
myfree(ptr,ptr->allocsize);

Loading…
Cancel
Save