svn path=/trunk/boinc/; revision=1317
This commit is contained in:
Dan Werthimer 2003-06-06 18:57:25 +00:00
parent 241e77df3f
commit af41969d28
1 changed files with 3 additions and 2 deletions

View File

@ -1319,9 +1319,10 @@ bool CLIENT_STATE::update_results() {
action = true;
break;
case RESULT_FILES_DOWNLOADING:
if (input_files_available(rp))
if (input_files_available(rp)) {
rp->state = RESULT_FILES_DOWNLOADED;
action = true;
}
break;
case RESULT_FILES_DOWNLOADED:
// The transition to COMPUTE_DONE is performed