From abf6e4f969792a97ad4c33ca9300a95d7ceda287 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 12 Aug 2013 06:46:06 +0000 Subject: [PATCH] [TCPIP] - 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/network/tcpip/tcpip/fileobjs.c b/reactos/drivers/network/tcpip/tcpip/fileobjs.c index 30a47136cea..bd696b7cf2b 100644 --- a/reactos/drivers/network/tcpip/tcpip/fileobjs.c +++ b/reactos/drivers/network/tcpip/tcpip/fileobjs.c @@ -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;