Commit 601d1aca9764e3fa5697d8d151a6898b8a0743db

Con Kolivas 2012-10-01T23:15:50

Allow the stratum retry to initiate and auth stratum in pool_alive to make sure the stratum thread is started.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/cgminer.c b/cgminer.c
index b11af03..328b083 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -4229,8 +4229,6 @@ retry_stratum:
 		/* pool->stratum_url will be set again in extract_sockaddr */
 		pool->stratum_url = NULL;
 		extract_sockaddr(pool, pool->rpc_url);
-		initiate_stratum(pool);
-		auth_stratum(pool);
 		curl_easy_cleanup(curl);
 
 		goto  retry_stratum;