Browse Source

Merge commit '8a71ea6' into bfgminer

Luke Dashjr 12 years ago
parent
commit
44622e9351
1 changed files with 3 additions and 0 deletions
  1. 3 0
      miner.c

+ 3 - 0
miner.c

@@ -6893,6 +6893,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;