summaryrefslogtreecommitdiff
path: root/source4/kdc/mit_kdc_irpc.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-09-09 12:32:57 +0200
committerAndrew Bartlett <abartlet@samba.org>2022-09-12 03:27:55 +0000
commit66289ab678ebe998673e7cec510702ef40bbcd79 (patch)
tree1b0080af3036961e372f81d4d46db887cb85e5a9 /source4/kdc/mit_kdc_irpc.c
parent534b88dea210f5a35c16031d1c3a97bf182dd5a8 (diff)
downloadsamba-66289ab678ebe998673e7cec510702ef40bbcd79.tar.gz
s4:kdc: Set Kerberos debug class for all KDC files
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Mon Sep 12 03:27:55 UTC 2022 on sn-devel-184
Diffstat (limited to 'source4/kdc/mit_kdc_irpc.c')
-rw-r--r--source4/kdc/mit_kdc_irpc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/kdc/mit_kdc_irpc.c b/source4/kdc/mit_kdc_irpc.c
index 9113cf8a603..677e3ab6a23 100644
--- a/source4/kdc/mit_kdc_irpc.c
+++ b/source4/kdc/mit_kdc_irpc.c
@@ -37,6 +37,9 @@
#include "sdb.h"
#include "mit_kdc_irpc.h"
+#undef DBGC_CLASS
+#define DBGC_CLASS DBGC_KERBEROS
+
struct mit_kdc_irpc_context {
struct task_server *task;
krb5_context krb5_context;