no message

svn path=/trunk/boinc/; revision=1270
This commit is contained in:
Dan Werthimer 2003-06-02 22:23:06 +00:00
parent a4e2be87f4
commit adab9f9436
1 changed files with 2 additions and 0 deletions

View File

@ -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);