(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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user