Remove #if 0'd code.

This is a slightly different fix than that proposed in Pull Request #151.
This commit is contained in:
Roland C. Dowdeswell
2017-03-09 14:10:30 -05:00
parent 3f36b4ad68
commit a39bd42576

View File

@@ -438,9 +438,6 @@ krb5_get_in_cred(krb5_context context,
one more try */
if (!ptypes && !preauth
&& ret == KRB5KDC_ERR_PREAUTH_REQUIRED
#if 0
|| ret == KRB5KDC_ERR_BADOPTION
#endif
&& set_ptypes(context, &error, &ptypes, &my_preauth)) {
done = 0;
preauth = my_preauth;