git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1325 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-09 20:02:41 +00:00
parent 52faf2b575
commit 9e014b8ff5

View File

@@ -39,6 +39,7 @@ krb5_build_authenticator (krb5_context context,
memset (buf, 0, sizeof(buf));
len = encode_Authenticator (buf + sizeof(buf) - 1, sizeof(buf), auth);
free (auth->crealm);
ret = krb5_encrypt (context, buf + sizeof(buf) - len, len, &cred->session, result);