Always use the kdc_flags in the right bit order.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18200 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -513,7 +513,7 @@ krb5_get_init_creds_keytab(krb5_context context,
|
||||
a->keytab = keytab;
|
||||
|
||||
ret = krb5_get_in_cred (context,
|
||||
ctx.flags.i,
|
||||
KDCOptions2int(ctx.flags),
|
||||
ctx.addrs,
|
||||
ctx.etypes,
|
||||
ctx.pre_auth_types,
|
||||
@@ -1559,7 +1559,7 @@ krb5_get_init_creds_keyblock(krb5_context context,
|
||||
goto out;
|
||||
|
||||
ret = krb5_get_in_cred (context,
|
||||
ctx.flags.i,
|
||||
KDCOptions2int(ctx.flags),
|
||||
ctx.addrs,
|
||||
ctx.etypes,
|
||||
ctx.pre_auth_types,
|
||||
|
Reference in New Issue
Block a user