From 53970402b5ed10c66501e199f596803fc0c2aba9 Mon Sep 17 00:00:00 2001 From: Kevin Coffman Date: Wed, 12 Dec 2007 14:10:33 +0000 Subject: [PATCH] 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 --- src/lib/gssapi/krb5/lucid_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/gssapi/krb5/lucid_context.c b/src/lib/gssapi/krb5/lucid_context.c index a1679a93d..0bb48b65c 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; -- 2.26.2