From: Alex Ionescu Date: Thu, 8 Dec 2005 00:13:11 +0000 (+0000) Subject: - Silence TCPIP. X-Git-Tag: backups/expat-rbuild@40467~1106 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=08ddf760211edde01ba6db2564c29b995af5faed;hp=5c18e20f2c1823c49ff5af615cd36adf4ec8064a - Silence TCPIP. svn path=/trunk/; revision=19957 --- 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;