Browse Source

Merge commit '21a36f4' into cg_merges_20130513

Conflicts:
	miner.c
Luke Dashjr 12 years ago
parent
commit
527b6ffdc6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      miner.c

+ 3 - 0
miner.c

@@ -6166,6 +6166,9 @@ static bool cnx_needed(struct pool *pool)
 	if (pool_strategy == POOL_FAILOVER && pool->prio < cp_prio())
 		return true;
 
+	if (pool_unworkable(cp))
+		return true;
+
 	return false;
 }