Add version number to krb5_cc_ops

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22845 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-07 11:48:51 +00:00
parent 294407ee53
commit 331b920fdc
6 changed files with 6 additions and 1 deletions

View File

@@ -874,6 +874,7 @@ kcm_default_name(krb5_context context, char **str)
*/
const krb5_cc_ops krb5_kcm_ops = {
KRB5_CC_OPS_VERSION,
"KCM",
kcm_get_name,
kcm_resolve,