diff --git a/reactos/ntoskrnl/io/cleanup.c b/reactos/ntoskrnl/io/cleanup.c index eb91d2a44cc..bf7858dda0a 100644 --- a/reactos/ntoskrnl/io/cleanup.c +++ b/reactos/ntoskrnl/io/cleanup.c @@ -44,7 +44,6 @@ VOID IoDeviceControlCompletion(PDEVICE_OBJECT DeviceObject, OutputBufferLength = Irp->IoStatus.Information; if (IoStack->Parameters.DeviceIoControl.OutputBufferLength < OutputBufferLength) { - Irp->IoStatus.Status = STATUS_DATA_OVERRUN; OutputBufferLength = IoStack->Parameters.DeviceIoControl.OutputBufferLength; } }