From adab9f943646bf31a8734e153fda3ec37f3ab15e Mon Sep 17 00:00:00 2001 From: Dan Werthimer Date: Mon, 2 Jun 2003 22:23:06 +0000 Subject: [PATCH] no message svn path=/trunk/boinc/; revision=1270 --- client/app.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/app.C b/client/app.C index 71a49d59dc..3c644fa45c 100644 --- a/client/app.C +++ b/client/app.C @@ -338,6 +338,8 @@ int ACTIVE_TASK::start(bool first_time) { NULL, win_error, 0, (LPTSTR)&lpMsgBuf, 0, errorargs ); + state = PROCESS_COULDNT_START; + result->active_task_state = PROCESS_COULDNT_START; if (win_error) { gstate.report_result_error(*result, win_error, (LPTSTR)&lpMsgBuf); LocalFree(lpMsgBuf);