Skip to content

Commit

Permalink
ticket: 5852
Browse files Browse the repository at this point in the history
version_fixed: 1.6.4

pull up r20175 from trunk

 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.
 
 



git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20198 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tlyu committed Jan 2, 2008
1 parent 75b129b commit 33e8ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gssapi/krb5/lucid_context.c
Expand Up @@ -231,7 +231,7 @@ make_external_lucid_ctx_v1(
&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;
Expand Down

0 comments on commit 33e8ae1

Please sign in to comment.