From 0750573b4e0945ac1aa94ada9cd0c0652a17bedd Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 25 Mar 2010 05:09:09 +0000 Subject: [PATCH] reduce diff to trunk svn path=/branches/ros-amd64-bringup/; revision=46428 --- reactos/drivers/network/tcpip/tcpip/dispatch.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reactos/drivers/network/tcpip/tcpip/dispatch.c b/reactos/drivers/network/tcpip/tcpip/dispatch.c index 68dcb24ef2d..f216ed5f678 100644 --- a/reactos/drivers/network/tcpip/tcpip/dispatch.c +++ b/reactos/drivers/network/tcpip/tcpip/dispatch.c @@ -179,7 +179,7 @@ VOID NTAPI DispCancelRequest( } if (DequeuedIrp) - IRPFinish(Irp, STATUS_CANCELLED); + IRPFinish(Irp, STATUS_CANCELLED); TI_DbgPrint(MAX_TRACE, ("Leaving.\n")); } @@ -222,8 +222,8 @@ VOID NTAPI DispCancelListenRequest( if (TCPAbortListenForSocket(Connection->AddressFile->Listener, Connection)) { - Irp->IoStatus.Information = 0; - IRPFinish(Irp, STATUS_CANCELLED); + Irp->IoStatus.Information = 0; + IRPFinish(Irp, STATUS_CANCELLED); } TI_DbgPrint(MAX_TRACE, ("Leaving.\n")); @@ -763,7 +763,7 @@ NTSTATUS DispTdiQueryInformation( MaxDatagramInfo->MaxDatagramSize = 0xFFFF; return STATUS_SUCCESS; - } + } } return STATUS_NOT_IMPLEMENTED; @@ -1052,7 +1052,7 @@ NTSTATUS DispTdiSendDatagram( else { Status = STATUS_UNSUCCESSFUL; ASSERT(FALSE); - } + } } done: