From f1d4a3a1da1cad4ccc285c7bba3426b1af5b828f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Apr 2009 04:09:53 +0000 Subject: [PATCH] rename SDB to SCC git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25073 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/scache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/scache.c b/lib/krb5/scache.c index ba538d9e6..9317101a5 100644 --- a/lib/krb5/scache.c +++ b/lib/krb5/scache.c @@ -1396,14 +1396,14 @@ scc_set_default(krb5_context context, krb5_ccache id) } /** - * Variable containing the SDB based credential cache implemention. + * Variable containing the SCC based credential cache implemention. * * @ingroup krb5_ccache */ KRB5_LIB_VARIABLE const krb5_cc_ops krb5_scc_ops = { KRB5_CC_OPS_VERSION, - "SDB", + "SCC", scc_get_name, scc_resolve, scc_gen_new,