mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
Formatting only, no change.
svn path=/trunk/; revision=40188
This commit is contained in:
parent
acc3c725d7
commit
d34ef92b8b
1 changed files with 242 additions and 243 deletions
|
@ -468,7 +468,7 @@ PacketSocketRecvComplete(
|
|||
|
||||
FCB->ReceiveIrp.InFlightRequest = NULL;
|
||||
|
||||
if( Irp->Cancel ) {
|
||||
if( Irp->IoStatus.Status == STATUS_CANCELLED ) {
|
||||
Irp->IoStatus.Status = STATUS_CANCELLED;
|
||||
Irp->IoStatus.Information = 0;
|
||||
SocketStateUnlock( FCB );
|
||||
|
@ -555,7 +555,6 @@ PacketSocketRecvComplete(
|
|||
PollReeval( FCB->DeviceExt, FCB->FileObject );
|
||||
|
||||
if( NT_SUCCESS(Irp->IoStatus.Status) ) {
|
||||
|
||||
/* Now relaunch the datagram request */
|
||||
Status = TdiReceiveDatagram
|
||||
( &FCB->ReceiveIrp.InFlightRequest,
|
||||
|
|
Loading…
Reference in a new issue