From: Hermès Bélusca-Maïto Date: Sat, 21 Sep 2013 22:59:24 +0000 (+0000) Subject: [NTOS] X-Git-Tag: ReactOS-0.3.16~1248 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=ba62280d9e389d11bb35c51198ce01cd059539e5;hp=ba62280d9e389d11bb35c51198ce01cd059539e5;ds=inline [NTOS] - Fix Job object session ID setting and comparison; fix a list initialization. - Correct some comments. - As Alex noticed it 7 years and 2 months ago, in revision 23197, the ProcessSessionInformation case in the NtSetInformationProcess API doesn't set a new session ID for the given process anymore (checked by myself too), because it is set once and for all at process creation time and is stored inside the Process->Session structure managed by MM. Therefore fake changing it: we just return success if the user-defined value is the same as the session ID of the process, and otherwise we fail. svn path=/trunk/; revision=60298 ---