*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8976 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-08-18 06:51:10 +00:00
parent accdd87f82
commit 7f672b1580
2 changed files with 11 additions and 1 deletions

View File

@@ -263,7 +263,11 @@ krb5_get_forwarded_creds (krb5_context context,
return ret;
}
krb5_crypto_init(context, auth_context->local_subkey, 0, &crypto);
ret = krb5_crypto_init(context, auth_context->local_subkey, 0, &crypto);
if (ret) {
free_KRB_CRED(&cred);
return ret;
}
ret = krb5_encrypt_EncryptedData (context,
crypto,
KRB5_KU_KRB_CRED,