Author: cgutman
Date: Fri Aug 5 03:28:23 2011
New Revision: 53078
URL:
http://svn.reactos.org/svn/reactos?rev=53078&view=rev
Log:
[IP]
- Remove a debug print that fell through the cracks
Modified:
branches/GSoC_2011/TcpIpDriver/lib/drivers/ip/transport/tcp/tcp.c
Modified: branches/GSoC_2011/TcpIpDriver/lib/drivers/ip/transport/tcp/tcp.c
URL:
http://svn.reactos.org/svn/reactos/branches/GSoC_2011/TcpIpDriver/lib/drive…
==============================================================================
--- branches/GSoC_2011/TcpIpDriver/lib/drivers/ip/transport/tcp/tcp.c [iso-8859-1]
(original)
+++ branches/GSoC_2011/TcpIpDriver/lib/drivers/ip/transport/tcp/tcp.c [iso-8859-1] Fri Aug
5 03:28:23 2011
@@ -275,8 +275,6 @@
}
bindaddr.addr = NCE->Interface->Unicast.Address.IPv4Address;
-
- DbgPrint("Connect - Explicit bind on port %d returned 0x%x\n",
Connection->AddressFile->Port, Status);
}
else
{