projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[NTOS]
[reactos.git]
/
reactos
/
ntoskrnl
/
ps
/
query.c
diff --git
a/reactos/ntoskrnl/ps/query.c
b/reactos/ntoskrnl/ps/query.c
index
87d2fda
..
3cbfa63
100644
(file)
--- a/
reactos/ntoskrnl/ps/query.c
+++ b/
reactos/ntoskrnl/ps/query.c
@@
-419,7
+419,7
@@
NtQueryInformationProcess(IN HANDLE ProcessHandle,
_SEH2_TRY
{
/* Write back the Session ID */
- SessionInfo->SessionId = P
trToUlong(PsGetProcessSessionId(Process)
);
+ SessionInfo->SessionId = P
sGetProcessSessionId(Process
);
}
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
{