Author: cgutman Date: Mon Aug 12 06:46:06 2013 New Revision: 59709
URL: http://svn.reactos.org/svn/reactos?rev=59709&view=rev Log: [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
Modified: trunk/reactos/drivers/network/tcpip/tcpip/fileobjs.c
Modified: trunk/reactos/drivers/network/tcpip/tcpip/fileobjs.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/network/tcpip/tcpip... ============================================================================== --- trunk/reactos/drivers/network/tcpip/tcpip/fileobjs.c [iso-8859-1] (original) +++ trunk/reactos/drivers/network/tcpip/tcpip/fileobjs.c [iso-8859-1] Mon Aug 12 06:46:06 2013 @@ -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;