mirror of https://github.com/BOINC/boinc.git
parent
af41969d28
commit
b57290576f
|
@ -1339,8 +1339,8 @@ bool CLIENT_STATE::update_results() {
|
||||||
if (rp->is_upload_done()) {
|
if (rp->is_upload_done()) {
|
||||||
rp->ready_to_ack = true;
|
rp->ready_to_ack = true;
|
||||||
rp->state = RESULT_FILES_UPLOADED;
|
rp->state = RESULT_FILES_UPLOADED;
|
||||||
|
action = true;
|
||||||
}
|
}
|
||||||
action = true;
|
|
||||||
break;
|
break;
|
||||||
case RESULT_FILES_UPLOADED:
|
case RESULT_FILES_UPLOADED:
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue