diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/kdc/kdc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/kdc/kdc.c b/source4/kdc/kdc.c index 9d86a3bb7b..827159b00e 100644 --- a/source4/kdc/kdc.c +++ b/source4/kdc/kdc.c @@ -43,11 +43,6 @@ #include "librpc/gen_ndr/ndr_misc.h" -/* Disgusting hack to get a mem_ctx and lp_ctx into the hdb plugin, when - * used as a keytab */ -TALLOC_CTX *hdb_samba4_mem_ctx; -struct tevent_context *hdb_samba4_ev_ctx; -struct loadparm_context *hdb_samba4_lp_ctx; extern struct krb5plugin_windc_ftable windc_plugin_table; extern struct hdb_method hdb_samba4; |