- 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;