[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:
Timo Kreuzer 2011-02-18 15:59:32 +00:00
parent 5e45b1eb7a
commit dda9fb952c

View file

@ -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)