Browse Source

Merge commit '8a71ea6' into bfgminer-2.10.x

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

+ 3 - 0
miner.c

@@ -5986,6 +5986,9 @@ static bool stratum_works(struct pool *pool)
 	if (!extract_sockaddr(pool, pool->stratum_url))
 		return false;
 
+	if (pool->stratum_active)
+		return true;
+	
 	if (!initiate_stratum(pool))
 		return false;