(make_pa_tgs_req): update to new krb5_mk_req_internal
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9170 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -82,7 +82,8 @@ make_pa_tgs_req(krb5_context context,
|
||||
in_data.data = buf + buf_size - len;
|
||||
ret = krb5_mk_req_internal(context, &ac, 0, &in_data, creds,
|
||||
&padata->padata_value,
|
||||
KRB5_KU_TGS_REQ_AUTH_CKSUM);
|
||||
KRB5_KU_TGS_REQ_AUTH_CKSUM,
|
||||
KRB5_KU_TGS_REQ_AUTH);
|
||||
out:
|
||||
free (buf);
|
||||
if(ret)
|
||||
|
Reference in New Issue
Block a user