Browse Source

Merge branch 'drillbit' into bfgminer

Luke Dashjr 12 years ago
parent
commit
4149404543
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-drillbit.c

+ 1 - 1
driver-drillbit.c

@@ -308,7 +308,7 @@ static
 bool drillbit_resend_jobs(struct cgpu_info * const proc)
 {
 	struct thr_info * const thr = proc->thr[0];
-	bool rv;
+	bool rv = true;
 	
 	if (thr->work)
 		if (!drillbit_job_prepare(thr, thr->work, 0))