[ros-diffs] [cgutman] 53078: [IP] - Remove a debug print that fell through the cracks

cgutman at svn.reactos.org cgutman at svn.reactos.org
Fri Aug 5 03:28:23 UTC 2011


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/drivers/ip/transport/tcp/tcp.c?rev=53078&r1=53077&r2=53078&view=diff
==============================================================================
--- 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
     {




More information about the Ros-diffs mailing list