summaryrefslogtreecommitdiff
path: root/source4/kdc/kdc.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-01-28 19:32:38 -0500
committerSimo Sorce <idra@samba.org>2010-01-28 19:33:34 -0500
commit14e006747eb28b473e5c8070ef021600e1adeeca (patch)
tree784f20be670d9c7c31f25f0bd8951fdc01e8ac8d /source4/kdc/kdc.c
parent7b355d41b52e9ff0ae705da7a7620f03a1868a19 (diff)
downloadsamba-14e006747eb28b473e5c8070ef021600e1adeeca.tar.gz
samba-14e006747eb28b473e5c8070ef021600e1adeeca.tar.bz2
samba-14e006747eb28b473e5c8070ef021600e1adeeca.zip
s4:kdc remove dead code and comments
Diffstat (limited to 'source4/kdc/kdc.c')
-rw-r--r--source4/kdc/kdc.c5
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;