Skip to content

Commit 1b8b339

Browse files
committed
[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.
1 parent 3cb8ee6 commit 1b8b339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/services/dnsrslvr/cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include "precomp.h"
1010

11-
//#define NDEBUG
11+
#define NDEBUG
1212
#include <debug.h>
1313

1414
static RESOLVER_CACHE DnsCache;

0 commit comments

Comments
 (0)