mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
[NTOSKRNL]
Alex messed up. Fix by Patch by Rafal Harabien, <rafalh1992 AT o2 DOT pl> svn path=/trunk/; revision=50806
This commit is contained in:
parent
5e45b1eb7a
commit
dda9fb952c
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ NtQueueApcThread(IN HANDLE ThreadHandle,
|
|||
ExGetPreviousMode(),
|
||||
(PVOID)&Thread,
|
||||
NULL);
|
||||
if (NT_SUCCESS(Status)) return Status;
|
||||
if (!NT_SUCCESS(Status)) return Status;
|
||||
|
||||
/* Check if this is a System Thread */
|
||||
if (Thread->SystemThread)
|
||||
|
|
Loading…
Reference in a new issue