Browse Source

Merge commit 'ab856eb' into bfgminer

Luke Dashjr 13 years ago
parent
commit
aadfddab27
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.c

+ 1 - 0
miner.c

@@ -8503,6 +8503,7 @@ retry:
 
 				if (altpool == pool && pool->has_stratum)
 					sleep(5);
+				pool = altpool;
 				goto retry;
 			}
 			pool->last_work_time = time(NULL);