mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:22:08 -04:00
Default tracing off.
This commit is contained in:
parent
e420bc4e0d
commit
ac4e7a61a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue