mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[RDBSS]
When CcFlushCache fails, properly set status before leaving. CORE-11327 svn path=/trunk/; revision=75445
This commit is contained in:
@@ -3188,6 +3188,7 @@ RxCommonRead(
|
||||
|
||||
if (!NT_SUCCESS(Irp->IoStatus.Status))
|
||||
{
|
||||
Status = Irp->IoStatus.Status;
|
||||
_SEH2_LEAVE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user