Now even calls krb5_cc_store_cred.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@305 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -195,5 +195,5 @@ krb5_get_in_tkt(krb5_context context,
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
return 0;
|
||||
return krb5_cc_store_cred (context, ccache, creds);
|
||||
}
|
||||
|
@@ -195,5 +195,5 @@ krb5_get_in_tkt(krb5_context context,
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
return 0;
|
||||
return krb5_cc_store_cred (context, ccache, creds);
|
||||
}
|
||||
|
Reference in New Issue
Block a user