Browse Source

Merge commit '456bd96' into bfgminer-3.0.x

Luke Dashjr 13 years ago
parent
commit
044f55b8fd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.c

+ 1 - 0
miner.c

@@ -8624,6 +8624,7 @@ retry:
 			struct work *last_work = pool->last_work_copy;
 			struct work *last_work = pool->last_work_copy;
 			if (!last_work)
 			if (!last_work)
 				{}
 				{}
+			else
 			if (can_roll(last_work) && should_roll(last_work)) {
 			if (can_roll(last_work) && should_roll(last_work)) {
 				free_work(work);
 				free_work(work);
 				work = make_clone(pool->last_work_copy);
 				work = make_clone(pool->last_work_copy);