mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:02:58 +00:00
[NTOSKRNL]
Hey Arch, using uninitialized variables is bad, mkay? svn path=/trunk/; revision=65688
This commit is contained in:
parent
0d1a5d0f19
commit
ec7ca046bc
1 changed files with 1 additions and 1 deletions
|
@ -1245,7 +1245,7 @@ IofCompleteRequest(IN PIRP Irp,
|
||||||
PIRP MasterIrp;
|
PIRP MasterIrp;
|
||||||
ULONG Flags;
|
ULONG Flags;
|
||||||
NTSTATUS ErrorCode = STATUS_SUCCESS;
|
NTSTATUS ErrorCode = STATUS_SUCCESS;
|
||||||
PREPARSE_DATA_BUFFER DataBuffer;
|
PREPARSE_DATA_BUFFER DataBuffer = NULL;
|
||||||
IOTRACE(IO_IRP_DEBUG,
|
IOTRACE(IO_IRP_DEBUG,
|
||||||
"%s - Completing IRP %p\n",
|
"%s - Completing IRP %p\n",
|
||||||
__FUNCTION__,
|
__FUNCTION__,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue