From fc82b86bb00e38b5f9c362c62fa366622589c4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 30 Sep 2003 18:57:49 +0000 Subject: [PATCH] (verify_krb5): set mcred.client too git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12934 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/xnlock.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appl/xnlock/xnlock.c b/appl/xnlock/xnlock.c index 46648f5aa..e17509160 100644 --- a/appl/xnlock/xnlock.c +++ b/appl/xnlock/xnlock.c @@ -597,6 +597,8 @@ verify_krb5(const char *password) "krbtgt", client->realm, NULL); + mcred.client = client; + ret = krb5_cc_retrieve_cred(context, id, 0, &mcred, &cred); if(ret == 0) { ret = krb524_convert_creds_kdc_ccache(context, id, &cred, &c);