Browse Source

Merge commit '4e5f781' into bfgminer

Conflicts:
	main.c
Luke Dashjr 13 years ago
parent
commit
becddc64a7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      miner.c

+ 2 - 1
miner.c

@@ -7085,10 +7085,11 @@ static void *watchdog_thread(void __maybe_unused *userdata)
 				struct thr_info *thr;
 				thr = &thr_info[i];
 
+				thr->pause = false;
+				
 				/* Don't touch disabled devices */
 				if (thr->cgpu->deven == DEV_DISABLED)
 					continue;
-				thr->pause = false;
 				tq_push(thr->q, &ping);
 			}
 		}