mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[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:
parent
3cb8ee6d7e
commit
1b8b339aae
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
//#define NDEBUG
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
static RESOLVER_CACHE DnsCache;
|
||||
|
|
Loading…
Reference in a new issue