Browse Source

Bugfix: avalon: Fix LIFE_INIT2 setting

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

+ 1 - 1
driver-avalon.c

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