Author: tkreuzer
Date: Thu Mar 25 06:09:09 2010
New Revision: 46428
URL:
http://svn.reactos.org/svn/reactos?rev=46428&view=rev
Log:
reduce diff to trunk
Modified:
branches/ros-amd64-bringup/reactos/drivers/network/tcpip/tcpip/dispatch.c
Modified: branches/ros-amd64-bringup/reactos/drivers/network/tcpip/tcpip/dispatch.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/drive…
==============================================================================
--- branches/ros-amd64-bringup/reactos/drivers/network/tcpip/tcpip/dispatch.c [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/drivers/network/tcpip/tcpip/dispatch.c [iso-8859-1]
Thu Mar 25 06:09:09 2010
@@ -179,7 +179,7 @@
}
if (DequeuedIrp)
- IRPFinish(Irp, STATUS_CANCELLED);
+ IRPFinish(Irp, STATUS_CANCELLED);
TI_DbgPrint(MAX_TRACE, ("Leaving.\n"));
}
@@ -222,8 +222,8 @@
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 @@
MaxDatagramInfo->MaxDatagramSize = 0xFFFF;
return STATUS_SUCCESS;
- }
+ }
}
return STATUS_NOT_IMPLEMENTED;
@@ -1052,7 +1052,7 @@
else {
Status = STATUS_UNSUCCESSFUL;
ASSERT(FALSE);
- }
+ }
}
done: