extract_ticket -> _krb5_extract_ticket
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3277 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -242,15 +242,15 @@ get_cred_kdc(krb5_context context, krb5_ccache id, krb5_kdc_flags flags,
|
||||
/* this should go someplace else */
|
||||
(*out_creds)->times.endtime = in_creds->times.endtime;
|
||||
|
||||
ret = extract_ticket(context,
|
||||
&rep,
|
||||
*out_creds,
|
||||
&krbtgt->session,
|
||||
NULL,
|
||||
&krbtgt->addresses,
|
||||
nonce,
|
||||
NULL,
|
||||
NULL);
|
||||
ret = _krb5_extract_ticket(context,
|
||||
&rep,
|
||||
*out_creds,
|
||||
&krbtgt->session,
|
||||
NULL,
|
||||
&krbtgt->addresses,
|
||||
nonce,
|
||||
NULL,
|
||||
NULL);
|
||||
krb5_free_kdc_rep(context, &rep);
|
||||
if (ret)
|
||||
goto out;
|
||||
|
Reference in New Issue
Block a user