fixed uninitialized variable error

svn path=/trunk/; revision=20438
This commit is contained in:
Thomas Bluemel 2005-12-29 20:51:14 +00:00
parent 3930c5e306
commit 5dfcacfa42

View file

@ -99,7 +99,7 @@ NtRaiseHardError(IN NTSTATUS ErrorStatus,
IN ULONG ValidResponseOptions,
OUT PULONG Response)
{
NTSTATUS Status;
NTSTATUS Status = STATUS_SUCCESS;
PULONG_PTR SafeParams = NULL;
ULONG SafeResponse;
UNICODE_STRING SafeString;