[TCPIP]
authorCameron Gutman <aicommander@gmail.com>
Mon, 12 Aug 2013 06:46:06 +0000 (06:46 +0000)
committerCameron Gutman <aicommander@gmail.com>
Mon, 12 Aug 2013 06:46:06 +0000 (06:46 +0000)
- Disable object logging now that all the deadlocks, leaks, double-frees, and use-after-frees visible in our test suite are fixed in TCP/IP

svn path=/trunk/; revision=59709

reactos/drivers/network/tcpip/tcpip/fileobjs.c

index 30a4713..bd696b7 100644 (file)
@@ -11,7 +11,7 @@
 #include "precomp.h"
 
 /* Uncomment for logging of connections and address files every 10 seconds */
-#define LOG_OBJECTS
+//#define LOG_OBJECTS
 
 /* List of all address file objects managed by this driver */
 LIST_ENTRY AddressFileListHead;