mirror of https://github.com/BOINC/boinc.git
parent
241e77df3f
commit
af41969d28
|
@ -1319,9 +1319,10 @@ bool CLIENT_STATE::update_results() {
|
||||||
action = true;
|
action = true;
|
||||||
break;
|
break;
|
||||||
case RESULT_FILES_DOWNLOADING:
|
case RESULT_FILES_DOWNLOADING:
|
||||||
if (input_files_available(rp))
|
if (input_files_available(rp)) {
|
||||||
rp->state = RESULT_FILES_DOWNLOADED;
|
rp->state = RESULT_FILES_DOWNLOADED;
|
||||||
action = true;
|
action = true;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case RESULT_FILES_DOWNLOADED:
|
case RESULT_FILES_DOWNLOADED:
|
||||||
// The transition to COMPUTE_DONE is performed
|
// The transition to COMPUTE_DONE is performed
|
||||||
|
|
Loading…
Reference in New Issue