new krb524_convert_creds_kdc_ccache

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10113 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-06-18 13:11:33 +00:00
parent 494e4c27a5
commit 99f53c4c8b
6 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* Copyright (c) 1995 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -65,7 +65,7 @@ get_cred(kafs_data *data, const char *name, const char *inst,
krb5_free_principal(d->context, in_creds.client);
if(ret)
return ret;
ret = krb524_convert_creds_kdc(d->context, d->id, out_creds, c);
ret = krb524_convert_creds_kdc_ccache(d->context, d->id, out_creds, c);
krb5_free_creds(d->context, out_creds);
return ret;
}