- Silence TCPIP.
authorAlex Ionescu <aionescu@gmail.com>
Thu, 8 Dec 2005 00:13:11 +0000 (00:13 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Thu, 8 Dec 2005 00:13:11 +0000 (00:13 +0000)
svn path=/trunk/; revision=19957

reactos/drivers/net/tcpip/tcpip/main.c

index 4ce086e..b5a49e2 100644 (file)
@@ -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;