diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-08-26 12:19:52 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-08-26 14:25:44 +0200 |
commit | 1c4b84ee4fc0f30b5e2418e029c31fb99570a325 (patch) | |
tree | 2219b35725b47d188d103ca3846666a717f4fdcf /source4/heimdal/lib | |
parent | e7c171590aab4f4cd91c1a2f5a04c8f0ed88a70c (diff) | |
download | samba-1c4b84ee4fc0f30b5e2418e029c31fb99570a325.tar.gz samba-1c4b84ee4fc0f30b5e2418e029c31fb99570a325.tar.bz2 samba-1c4b84ee4fc0f30b5e2418e029c31fb99570a325.zip |
heimdal_build: add a fake sqlite keytab implementation
This remove a difference against lorikeet-heimdal.
metze
(This used to be commit 4314df3561dfe60228db0af220549300b0137c85)
Diffstat (limited to 'source4/heimdal/lib')
-rw-r--r-- | source4/heimdal/lib/krb5/context.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/heimdal/lib/krb5/context.c b/source4/heimdal/lib/krb5/context.c index 543dba396d..9f17b8c205 100644 --- a/source4/heimdal/lib/krb5/context.c +++ b/source4/heimdal/lib/krb5/context.c @@ -246,9 +246,7 @@ krb5_init_context(krb5_context *context) krb5_cc_register(p, &krb5_acc_ops, TRUE); krb5_cc_register(p, &krb5_fcc_ops, TRUE); krb5_cc_register(p, &krb5_mcc_ops, TRUE); -#if 0 krb5_cc_register(p, &krb5_scc_ops, TRUE); -#endif #ifdef HAVE_KCM krb5_cc_register(p, &krb5_kcm_ops, TRUE); #endif |