Adapt to signature change of _krb5_principalname2krb5_principal.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18270 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -265,7 +265,8 @@ krb5_rd_cred(krb5_context context,
|
||||
krb5_abortx(context, "internal error in ASN.1 encoder");
|
||||
copy_EncryptionKey (&kci->key, &creds->session);
|
||||
if (kci->prealm && kci->pname)
|
||||
_krb5_principalname2krb5_principal (&creds->client,
|
||||
_krb5_principalname2krb5_principal (context,
|
||||
&creds->client,
|
||||
*kci->pname,
|
||||
*kci->prealm);
|
||||
if (kci->flags)
|
||||
@@ -279,7 +280,8 @@ krb5_rd_cred(krb5_context context,
|
||||
if (kci->renew_till)
|
||||
creds->times.renew_till = *kci->renew_till;
|
||||
if (kci->srealm && kci->sname)
|
||||
_krb5_principalname2krb5_principal (&creds->server,
|
||||
_krb5_principalname2krb5_principal (context,
|
||||
&creds->server,
|
||||
*kci->sname,
|
||||
*kci->srealm);
|
||||
if (kci->caddr)
|
||||
|
Reference in New Issue
Block a user