mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix uninit var
svn path=/trunk/; revision=15240
This commit is contained in:
parent
fbeb0ec2cd
commit
c24c77ccaf
1 changed files with 1 additions and 1 deletions
|
@ -1123,7 +1123,7 @@ NtDeviceIoControlFile(IN HANDLE DeviceHandle,
|
|||
PIRP Irp;
|
||||
PIO_STACK_LOCATION StackPtr;
|
||||
PKEVENT EventObject = NULL;
|
||||
BOOLEAN LocalEvent;
|
||||
BOOLEAN LocalEvent = FALSE;
|
||||
KPROCESSOR_MODE PreviousMode = ExGetPreviousMode();
|
||||
|
||||
DPRINT("NtDeviceIoControlFile(DeviceHandle %x Event %x UserApcRoutine %x "
|
||||
|
|
Loading…
Reference in a new issue