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