fixed uninitialized variable warning

svn path=/trunk/; revision=20796
This commit is contained in:
Thomas Bluemel 2006-01-12 00:13:45 +00:00
parent ff7d975c7d
commit d4998e1249

View file

@ -40,7 +40,7 @@ KeUserModeCallback(IN ULONG RoutineIndex,
{
ULONG_PTR NewStack, OldStack;
PULONG UserEsp;
NTSTATUS CallbackStatus;
NTSTATUS CallbackStatus = STATUS_SUCCESS;
PEXCEPTION_REGISTRATION_RECORD ExceptionList;
DPRINT("KeUserModeCallback(RoutineIndex %d, Argument %X, ArgumentLength %d)\n",
RoutineIndex, Argument, ArgumentLength);