Remove #if 0'd code.
This is a slightly different fix than that proposed in Pull Request #151.
This commit is contained in:
@@ -438,9 +438,6 @@ krb5_get_in_cred(krb5_context context,
|
|||||||
one more try */
|
one more try */
|
||||||
if (!ptypes && !preauth
|
if (!ptypes && !preauth
|
||||||
&& ret == KRB5KDC_ERR_PREAUTH_REQUIRED
|
&& ret == KRB5KDC_ERR_PREAUTH_REQUIRED
|
||||||
#if 0
|
|
||||||
|| ret == KRB5KDC_ERR_BADOPTION
|
|
||||||
#endif
|
|
||||||
&& set_ptypes(context, &error, &ptypes, &my_preauth)) {
|
&& set_ptypes(context, &error, &ptypes, &my_preauth)) {
|
||||||
done = 0;
|
done = 0;
|
||||||
preauth = my_preauth;
|
preauth = my_preauth;
|
||||||
|
Reference in New Issue
Block a user