mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
Actually mark irp pending.
svn path=/trunk/; revision=40190
This commit is contained in:
parent
3b14a5465d
commit
a822f03d45
1 changed files with 2 additions and 0 deletions
|
@ -321,5 +321,7 @@ NTSTATUS LostSocket( PIRP Irp ) {
|
|||
NTSTATUS LeaveIrpUntilLater( PAFD_FCB FCB, PIRP Irp, UINT Function ) {
|
||||
InsertTailList( &FCB->PendingIrpList[Function],
|
||||
&Irp->Tail.Overlay.ListEntry );
|
||||
IoMarkIrpPending(Irp);
|
||||
Irp->IoStatus.Status = STATUS_PENDING;
|
||||
return UnlockAndMaybeComplete( FCB, STATUS_PENDING, Irp, 0, NULL );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue