mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
[NTOS:PS]
- Use the correct generic mapping for threads in NtOpenThread svn path=/trunk/; revision=70147
This commit is contained in:
parent
744f48413b
commit
80ecc1e76f
1 changed files with 1 additions and 1 deletions
|
@ -1081,7 +1081,7 @@ NtOpenThread(OUT PHANDLE ThreadHandle,
|
||||||
Status = SeCreateAccessState(&AccessState,
|
Status = SeCreateAccessState(&AccessState,
|
||||||
&AuxData,
|
&AuxData,
|
||||||
DesiredAccess,
|
DesiredAccess,
|
||||||
&PsProcessType->TypeInfo.GenericMapping);
|
&PsThreadType->TypeInfo.GenericMapping);
|
||||||
if (!NT_SUCCESS(Status)) return Status;
|
if (!NT_SUCCESS(Status)) return Status;
|
||||||
|
|
||||||
/* Check if this is a debugger */
|
/* Check if this is a debugger */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue