Browse Source

Merge commit '456bd96' into bfgminer

Luke Dashjr 12 years ago
parent
commit
2087ed5a67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      miner.c

+ 1 - 0
miner.c

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