From af41969d28dc9adccf04b436fe6fe389b7dc2dff Mon Sep 17 00:00:00 2001 From: Dan Werthimer Date: Fri, 6 Jun 2003 18:57:25 +0000 Subject: [PATCH] bug fix svn path=/trunk/boinc/; revision=1317 --- client/client_state.C | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/client/client_state.C b/client/client_state.C index 1a4ff0e083..691d5800fe 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -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; + action = true; + } break; case RESULT_FILES_DOWNLOADED: // The transition to COMPUTE_DONE is performed