]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Don't define NS_CLIENT_TRACE by default
authorWitold Kręcicki <wpk@isc.org>
Fri, 14 Feb 2020 11:28:03 +0000 (12:28 +0100)
committerWitold Kręcicki <wpk@isc.org>
Fri, 28 Feb 2020 07:46:16 +0000 (08:46 +0100)
lib/ns/client.c

index ba0639a83eb5ed70b61e183e323b68d89a751d96..008defa1593ebc344224fb1f14103d99c4f5206e 100644 (file)
@@ -79,7 +79,6 @@
  * task to change the client, then the client will have to be locked.
  */
 
-#define NS_CLIENT_TRACE
 #ifdef NS_CLIENT_TRACE
 #define CTRACE(m)                                                         \
        ns_client_log(client, NS_LOGCATEGORY_CLIENT, NS_LOGMODULE_CLIENT, \