Initial support for default_{as, tgs}_etypes.
Signed-off-by: Love Hörnquist Åstrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hörnquist Åstrand

parent
c06d5ebfda
commit
2fbad6432b
@@ -44,7 +44,8 @@ make_etypelist(krb5_context context,
|
||||
size_t len = 0;
|
||||
size_t buf_size;
|
||||
|
||||
ret = krb5_init_etype(context, &etypes.len, &etypes.val, NULL);
|
||||
ret = krb5_init_etype(context, KRB5_PDU_NONE, &etypes.len, &etypes.val,
|
||||
NULL);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
|
Reference in New Issue
Block a user