[ros-diffs] [ion] 19957: - Silence TCPIP.

ion at svn.reactos.com ion at svn.reactos.com
Thu Dec 8 01:13:15 CET 2005


- Silence TCPIP.
Modified: trunk/reactos/drivers/net/tcpip/tcpip/main.c
  _____  

Modified: trunk/reactos/drivers/net/tcpip/tcpip/main.c
--- trunk/reactos/drivers/net/tcpip/tcpip/main.c	2005-12-07
22:19:46 UTC (rev 19956)
+++ trunk/reactos/drivers/net/tcpip/tcpip/main.c	2005-12-08
00:13:11 UTC (rev 19957)
@@ -14,7 +14,7 @@

 #ifndef NDEBUG
 DWORD DebugTraceLevel = DEBUG_ULTRA & ~(DEBUG_LOCK | DEBUG_PBUFFER);
 #else
-DWORD DebugTraceLevel = DEBUG_IRP;
+DWORD DebugTraceLevel = 0;
 #endif /* NDEBUG */
 
 PDEVICE_OBJECT TCPDeviceObject   = NULL;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051208/9b686291/attachment.html


More information about the Ros-diffs mailing list