[DNSRSLVR] Define NDEBUG in cache.c

To avoid leaking private data into logs by default.
Some testers may consider their DNS-suffix private data.
And DnsIntCacheAddEntry() logs that via Record->pName.
This commit is contained in:
Joachim Henze 2020-06-14 20:03:33 +02:00
parent 3cb8ee6d7e
commit 1b8b339aae

View file

@ -8,7 +8,7 @@
#include "precomp.h" #include "precomp.h"
//#define NDEBUG #define NDEBUG
#include <debug.h> #include <debug.h>
static RESOLVER_CACHE DnsCache; static RESOLVER_CACHE DnsCache;