(proto): fill in client in the match cred

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12654 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-27 03:50:40 +00:00
parent a2a201e6b0
commit 22ea5f3f5c

View File

@@ -100,6 +100,7 @@ proto (int sock, const char *hostname, const char *service)
NULL);
if(status)
krb5_err(context, 1, status, "krb5_make_principal");
mcred.client = client;
status = krb5_cc_retrieve_cred(context, ccache, 0, &mcred, &cred);
if(status)