Commit 9b34d82154078ff83682d1567a345dd5f9521434

Con Kolivas 2013-03-09T08:10:57

Set the wrong bool in pool_active

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/cgminer.c b/cgminer.c
index 899bed8..55d4f33 100644
--- a/cgminer.c
+++ b/cgminer.c
@@ -5013,7 +5013,6 @@ retry_stratum:
 		if (!init) {
 			bool ret = initiate_stratum(pool) && auth_stratum(pool);
 
-			pool->idle = ret;
 			if (ret)
 				init_stratum_thread(pool);
 			else