summaryrefslogtreecommitdiff
path: root/source4/kdc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2014-05-10 00:05:23 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-07-21 19:04:14 +0200
commit1e64e720ae5553f02934f7a758ab83cf9ca577ea (patch)
tree1c3c83c30458dcf078c788286c97ed657a8017c8 /source4/kdc
parent38e5d8d4aa5662c2f19da9d60da879b4b88d5c67 (diff)
downloadsamba-1e64e720ae5553f02934f7a758ab83cf9ca577ea.tar.gz
s4-kdc: only use a void* in samba_kdc_entry instead of hdb_entry_ex.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'source4/kdc')
-rw-r--r--source4/kdc/samba_kdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/samba_kdc.h b/source4/kdc/samba_kdc.h
index 607b436d16f..0827c193897 100644
--- a/source4/kdc/samba_kdc.h
+++ b/source4/kdc/samba_kdc.h
@@ -52,7 +52,7 @@ struct samba_kdc_entry {
struct samba_kdc_db_context *kdc_db_ctx;
struct ldb_message *msg;
struct ldb_dn *realm_dn;
- hdb_entry_ex *entry_ex;
+ void *entry_ex;
};
extern struct hdb_method hdb_samba4_interface;