mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fixed uninitialized variable error
svn path=/trunk/; revision=20438
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user