mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[NTOS:PS]
- Use the correct generic mapping for threads in NtOpenThread svn path=/trunk/; revision=70147
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user