Browse Source

Merge commit 'ce4ddcd' into bfgminer

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

+ 1 - 1
driver-avalon.c

@@ -691,7 +691,7 @@ static bool avalon_prepare(struct thr_info *thr)
 
 	cgtime(&now);
 	get_datestamp(avalon->init, &now);
-	proc->status = LIFE_INIT2;
+	avalon->status = LIFE_INIT2;
 	return true;
 }