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:
Hermès Bélusca-Maïto
2013-09-21 23:21:24 +00:00
parent ba62280d9e
commit 8ffc368a0c
+1 -1
View File
@@ -699,7 +699,7 @@ MmCreatePeb(IN PEPROCESS Process,
//
// Session ID
//
MmGetSessionId(Process);
if (Process->Session) Peb->SessionId = MmGetSessionId(Process);
}
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
{