*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1919 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-16 03:46:36 +00:00
parent d41212baa9
commit 7193a60cda
6 changed files with 179 additions and 3 deletions

View File

@@ -53,7 +53,8 @@ krb5_build_authenticator (krb5_context context,
memset (buf, 0, sizeof(buf));
len = encode_Authenticator (buf + sizeof(buf) - 1, sizeof(buf), auth);
ret = krb5_encrypt (context, buf + sizeof(buf) - len, len, &cred->session, result);
ret = krb5_encrypt (context, buf + sizeof(buf) - len, len, &cred->session,
result);
if (auth_result)
*auth_result = auth;