1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

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>
This commit is contained in:
Günther Deschner 2014-05-10 00:05:23 +02:00 committed by Andreas Schneider
parent 38e5d8d4aa
commit 1e64e720ae

View File

@ -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;