mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Make sure to set Irp->IoStatus.Status to the correct status
svn path=/branches/aicom-network-fixes/; revision=35023
This commit is contained in:
@@ -518,6 +518,8 @@ TiDispatchInternal(
|
||||
|
||||
if( Complete )
|
||||
IRPFinish( Irp, Status );
|
||||
else
|
||||
Irp->IoStatus.Status = Status;
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user