mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:41:40 +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:
parent
928b81e97f
commit
80709d7858
1 changed files with 2 additions and 0 deletions
|
@ -518,6 +518,8 @@ TiDispatchInternal(
|
|||
|
||||
if( Complete )
|
||||
IRPFinish( Irp, Status );
|
||||
else
|
||||
Irp->IoStatus.Status = Status;
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue