Browse Source

Set the wrong bool in pool_active

Con Kolivas 13 years ago
parent
commit
9b34d82154
1 changed files with 0 additions and 1 deletions
  1. 0 1
      cgminer.c

+ 0 - 1
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