Browse Source

Merge commit 'd9fd638' into bfgminer-2.10.x

Luke Dashjr 12 years ago
parent
commit
264f91ee24
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-icarus.c

+ 1 - 0
driver-icarus.c

@@ -908,6 +908,7 @@ static int64_t icarus_scanhash(struct thr_info *thr, struct work *work,
 		if (info->quirk_reopen != 2) {
 			if (!icarus_reopen(icarus, state, &fd))
 				state->firstrun = true;
+			else
 			// Some devices (Cairnsmore1, for example) abort hashing when reopened, so send the job again
 			if (!icarus_start_work(thr, ob_bin))
 				state->firstrun = true;