Make options parameter MIT-compatible.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3886 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -618,9 +618,12 @@ krb5_get_in_tkt(krb5_context context,
|
|||||||
krb5_kdc_rep *ret_as_reply)
|
krb5_kdc_rep *ret_as_reply)
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
|
krb5_kdc_flags opts;
|
||||||
|
opts.i = 0;
|
||||||
|
opts.b = int2KDCOptions(options);
|
||||||
|
|
||||||
ret = krb5_get_in_cred (context,
|
ret = krb5_get_in_cred (context,
|
||||||
options,
|
opts.i,
|
||||||
addrs,
|
addrs,
|
||||||
etypes,
|
etypes,
|
||||||
ptypes,
|
ptypes,
|
||||||
|
Reference in New Issue
Block a user