Browse Source

Merge commit '391e1f7' into bfgminer

Conflicts:
	driver-bitforce.c
Luke Dashjr 13 years ago
parent
commit
00da219893
1 changed files with 1 additions and 2 deletions
  1. 1 2
      driver-bitforce.c

+ 1 - 2
driver-bitforce.c

@@ -196,9 +196,8 @@ static uint64_t bitforce_scanhash(struct thr_info *thr, struct work *work, uint6
 		}
 	}
 
-	i = 0;
 	/* Start looking for results. Stupid polling every 10ms... */
-	thr->work_restart = 0;
+	i = 0;
 	while (42) {
 		if (unlikely(thr->work_restart))
 			return 0;