From 08ddf760211edde01ba6db2564c29b995af5faed Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 8 Dec 2005 00:13:11 +0000 Subject: [PATCH] - Silence TCPIP. svn path=/trunk/; revision=19957 --- reactos/drivers/net/tcpip/tcpip/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/net/tcpip/tcpip/main.c b/reactos/drivers/net/tcpip/tcpip/main.c index 4ce086e7c97..b5a49e20730 100644 --- a/reactos/drivers/net/tcpip/tcpip/main.c +++ b/reactos/drivers/net/tcpip/tcpip/main.c @@ -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; -- 2.17.1