summaryrefslogtreecommitdiff
path: root/source4/kdc/kdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/kdc/kdc.h')
-rw-r--r--source4/kdc/kdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/kdc.h b/source4/kdc/kdc.h
index 2e81679e57..d766e21e6e 100644
--- a/source4/kdc/kdc.h
+++ b/source4/kdc/kdc.h
@@ -41,7 +41,7 @@ struct kdc_reply {
struct kdc_server {
struct task_server *task;
struct krb5_kdc_configuration *config;
- krb5_context krb5_context;
+ struct smb_krb5_context *smb_krb5_context;
};
/* hold information about one kdc socket */