- 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
This commit is contained in:
Cameron Gutman 2013-08-12 06:46:06 +00:00
parent a88dd96b21
commit abf6e4f969

View 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;