dns: Use new DNS debugclass in DNS server
[kai/samba.git] / source4 / dns_server / dns_utils.c
index 398839390e15a9d76a3bc331f7edab55b7dbde14..e03a4097513114530601be244f1d4f110fbbda45 100644 (file)
@@ -30,6 +30,9 @@
 #include "dsdb/common/util.h"
 #include "dns_server/dns_server.h"
 
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_DNS
+
 uint8_t werr_to_dns_err(WERROR werr)
 {
        if (W_ERROR_EQUAL(WERR_OK, werr)) {