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:
Love Hörnquist Åstrand
2006-10-02 11:54:45 +00:00
parent 0766e2a20a
commit 204118e4d1
2 changed files with 7 additions and 10 deletions

View File

@@ -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,