- Make sure to set Irp->IoStatus.Status to the correct status

svn path=/branches/aicom-network-fixes/; revision=35023
This commit is contained in:
Cameron Gutman 2008-08-02 03:17:53 +00:00
parent 928b81e97f
commit 80709d7858

View file

@ -518,6 +518,8 @@ TiDispatchInternal(
if( Complete )
IRPFinish( Irp, Status );
else
Irp->IoStatus.Status = Status;
return Status;
}