aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Coffman <kwc@citi.umich.edu>2007-12-12 14:10:33 +0000
committerKevin Coffman <kwc@citi.umich.edu>2007-12-12 14:10:33 +0000
commit53970402b5ed10c66501e199f596803fc0c2aba9 (patch)
treeb2debb0d6a6e7712af0726e1089fd16b927c278e
parentc4789f15f865c87fccccf1232e3221af5deddfe0 (diff)
downloadkrb5-53970402b5ed10c66501e199f596803fc0c2aba9.zip
krb5-53970402b5ed10c66501e199f596803fc0c2aba9.tar.gz
krb5-53970402b5ed10c66501e199f596803fc0c2aba9.tar.bz2
copy correct key for lucid context acceptor_subkey
Copy the correct key (acceptor_subkey) to lucid context's acceptor_subkey. ticket: new component: krb5-libs Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20175 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/lib/gssapi/krb5/lucid_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/gssapi/krb5/lucid_context.c b/src/lib/gssapi/krb5/lucid_context.c
index a1679a9..0bb48b6 100644
--- a/src/lib/gssapi/krb5/lucid_context.c
+++ b/src/lib/gssapi/krb5/lucid_context.c
@@ -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;