- client win compile fix

svn path=/trunk/boinc/; revision=25316
This commit is contained in:
David Anderson 2012-02-22 22:59:49 +00:00
parent 7c3bc68a05
commit b796c65a19
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ void ACTIVE_TASK::handle_exited_app(int stat) {
set_task_state(PROCESS_UNINITIALIZED, "temporary exit");
will_restart = true;
result->schedule_backoff = gstate.now + x;
strcpy(result->schedule_back_reason, buf);
strcpy(result->schedule_backoff_reason, buf);
break;
}
handle_premature_exit(will_restart);