mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[NTOS]
Set the session ID to the process' associated PEB (introduced in revision 43476, the code erratically disappeared in revision 57011 when Alex fixed sessions). svn path=/trunk/; revision=60299
This commit is contained in:
@@ -699,7 +699,7 @@ MmCreatePeb(IN PEPROCESS Process,
|
||||
//
|
||||
// Session ID
|
||||
//
|
||||
MmGetSessionId(Process);
|
||||
if (Process->Session) Peb->SessionId = MmGetSessionId(Process);
|
||||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user