From 45626191361059ee901c00f1f2936acfd2b9e398 Mon Sep 17 00:00:00 2001
From: jl777 <jameslee777@yahoo.com>
Date: Thu, 7 Apr 2016 03:56:17 -0500
Subject: [PATCH] test

---
 iguana/iguana_bundles.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c
index b7af3c87a..ad915d065 100755
--- a/iguana/iguana_bundles.c
+++ b/iguana/iguana_bundles.c
@@ -1221,7 +1221,7 @@ void iguana_bundlestats(struct iguana_info *coin,char *str,int32_t lag)
         }
         else if ( coin->stucktime != 0 && (displag % 3) == 1 )
         {
-            uint8_t missings[IGUANA_MAXBUNDLESIZE/8+1]; struct iguana_blockreq *breq; double aveduration; int32_t tmp,tmp2,n,priority=3,lag;
+            uint8_t missings[IGUANA_MAXBUNDLESIZE/8+1]; struct iguana_blockreq *breq; double aveduration; int32_t tmp,tmp2,n,lag; //priority=3,
             lag = (int32_t)time(NULL) - coin->stucktime;
             bp = firstgap;
             //printf("NONZ stucktime.%u lag.%d iters.%d vs %d\n",coin->stucktime,lag,coin->stuckiters,lag/coin->MAXSTUCKTIME);