[NtOSKrnl]

- Fix status return from user mode callback. See CORE-9039.

svn path=/trunk/; revision=66031
This commit is contained in:
James Tabor 2015-01-12 22:44:59 +00:00
parent ad29cd12e8
commit 5598f29e06

View file

@ -179,7 +179,6 @@ KeUserModeCallback(IN ULONG RoutineIndex,
{
/* Only restore the exception list if we didn't crash in ring 3 */
Teb->NtTib.ExceptionList = ExceptionList;
CallbackStatus = STATUS_SUCCESS;
}
else
{