rename SDB to SCC

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25073 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-04-03 04:09:53 +00:00
parent a1992b1ea4
commit f1d4a3a1da

View File

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