Browse Source

Merge commit '10020cc' into bfgminer

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

+ 1 - 1
miner.c

@@ -4529,7 +4529,7 @@ retry:
 		pool = cp;
 
 out:
-	if (cp != pool)
+	if (cp != pool && !(pool_strategy == POOL_LOADBALANCE  || pool_strategy == POOL_BALANCE))
 	{
 		if (!pool_active(pool, false))
 		{