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

@@ -579,7 +579,7 @@ main (int argc, char **argv)
#ifdef KRB4
if(get_v4_tgt) {
CREDENTIALS c;
ret = krb524_convert_creds_kdc(context, ccache, &cred, &c);
ret = krb524_convert_creds_kdc_ccache(context, ccache, &cred, &c);
if(ret)
krb5_warn(context, ret, "converting creds");
else