Browse Source

Merge commit '2883b56' into bfgminer

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

+ 3 - 0
miner.c

@@ -6428,7 +6428,10 @@ retry_stratum:
 			bool ret = initiate_stratum(pool) && auth_stratum(pool);
 
 			if (ret)
+			{
+				detect_algo = 2;
 				init_stratum_thread(pool);
+			}
 			else
 				pool_tclear(pool, &pool->stratum_init);
 			return ret;