Browse Source

Merge commit '5e28efe' into bfgminer

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

+ 2 - 0
miner.c

@@ -10993,6 +10993,8 @@ int main(int argc, char *argv[])
 		probe_pools();
 		do {
 			sleep(1);
+			if (pools_active)
+				break;
 			still_testing = false;
 			for (int i = 0; i < total_pools; ++i)
 				if (pools[i]->testing)