From b57290576f8050dd1b51ff606ecc9ce31cec2231 Mon Sep 17 00:00:00 2001 From: Dan Werthimer Date: Fri, 6 Jun 2003 18:59:10 +0000 Subject: [PATCH] bug fix svn path=/trunk/boinc/; revision=1318 --- client/client_state.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_state.C b/client/client_state.C index 691d5800fe..529d599bc7 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -1339,8 +1339,8 @@ bool CLIENT_STATE::update_results() { if (rp->is_upload_done()) { rp->ready_to_ack = true; rp->state = RESULT_FILES_UPLOADED; + action = true; } - action = true; break; case RESULT_FILES_UPLOADED: break;