- Silence TCPIP.

svn path=/trunk/; revision=19957
This commit is contained in:
Alex Ionescu
2005-12-08 00:13:11 +00:00
parent 5c18e20f2c
commit 08ddf76021
+1 -1
View 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;