Browse Source

Merge commit '57df860' into bfgminer-3.10.x

Luke Dashjr 11 years ago
parent
commit
3048c79954
1 changed files with 1 additions and 1 deletions
  1. 1 1
      miner.c

+ 1 - 1
miner.c

@@ -4437,9 +4437,9 @@ static inline struct pool *select_pool(bool lagging)
 	bool avail = false;
 	int tested, i;
 
+retry:
 	cp = current_pool();
 
-retry:
 	if (pool_strategy == POOL_BALANCE) {
 		pool = select_balanced(cp);
 		goto out;