Browse Source

Bugfix: avalon: Fix LIFE_INIT2 setting

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

+ 1 - 1
driver-avalon.c

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