mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix incorrect call to ntopenprocess
svn path=/trunk/; revision=15231
This commit is contained in:
parent
23e79dcdb3
commit
b693fc160a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ BOOL STDCALL ProcessIdToSessionId (IN DWORD dwProcessId,
|
|||
}
|
||||
|
||||
ClientId.UniqueProcess = (HANDLE)dwProcessId;
|
||||
ClientId.UniqueThread = INVALID_HANDLE_VALUE;
|
||||
ClientId.UniqueThread = 0;
|
||||
|
||||
InitializeObjectAttributes(&ObjectAttributes, NULL, 0, NULL, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue