From 4e4a9e6782225a398ba34ffdf4225774274e7531 Mon Sep 17 00:00:00 2001 From: Eric Heien Date: Tue, 11 Feb 2003 01:08:03 +0000 Subject: [PATCH] no message svn path=/trunk/boinc/; revision=890 --- client/app.C | 1 + 1 file changed, 1 insertion(+) diff --git a/client/app.C b/client/app.C index 3326ed473d..52509611be 100644 --- a/client/app.C +++ b/client/app.C @@ -304,6 +304,7 @@ int ACTIVE_TASK::start(bool first_time) { fprintf(stdout, "CreateProcess: %s\n", (LPCTSTR)lpMsgBuf); LocalFree(lpMsgBuf); } + pid = process_info.dwProcessId; pid_handle = process_info.hProcess; thread_handle = process_info.hThread; #else