mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 19:01:59 +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,
|
||||
&AuxData,
|
||||
DesiredAccess,
|
||||
&PsProcessType->TypeInfo.GenericMapping);
|
||||
&PsThreadType->TypeInfo.GenericMapping);
|
||||
if (!NT_SUCCESS(Status)) return Status;
|
||||
|
||||
/* Check if this is a debugger */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue