Add previous ETypeList code again, it was a halfbuilt context that

broke the code.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18140 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-21 09:00:36 +00:00
parent fca3d2bdcf
commit aea29bec78

View File

@@ -460,7 +460,6 @@ krb5_verify_ap_req2(krb5_context context,
ac->keytype = ETYPE_NULL;
#if 0 /* disabled because gssapi cfx seems broken */
if (etypes.val) {
int i;
@@ -471,10 +470,6 @@ krb5_verify_ap_req2(krb5_context context,
}
}
}
#else
etypes.val = NULL;
etypes.len = 0;
#endif
if (ap_req_options) {
*ap_req_options = 0;