From cb03766a8ec60e3db48be5a730a47d942ef734c3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 26 Mar 2016 21:32:35 -0300 Subject: [PATCH] test --- iguana/iguana777.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index 56e129852..a0c20f293 100755 --- a/iguana/iguana777.c +++ b/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);