mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Default tracing off.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
#define VALID_REQUEST(request) ((request) != NULL && \
|
||||
(request)->magic == REQUEST_MAGIC)
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
#define TRACE(x) printf(x)
|
||||
#else
|
||||
#define TRACE(x)
|
||||
|
Reference in New Issue
Block a user