r20175@cathode-dark-space: coffman | 2007-12-12 09:10:33 -0500
ticket: new
subject: copy correct key for lucid context acceptor_subkey
component: krb5-libs
Tags: pullup
Copy the correct key (acceptor_subkey) to lucid context's acceptor_subkey.
ticket: 5852
version_fixed: 1.6.4
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20198
dc483132-0cff-0310-8789-
dd5450dbe970
&lctx->cfx_kd.ctx_key)))
goto error_out;
if (gctx->have_acceptor_subkey) {
- if ((retval = copy_keyblock_to_lucid_key(gctx->enc,
+ if ((retval = copy_keyblock_to_lucid_key(gctx->acceptor_subkey,
&lctx->cfx_kd.acceptor_subkey)))
goto error_out;
lctx->cfx_kd.have_acceptor_subkey = 1;