Skip to content

Commit

Permalink
Remove #if 0'd code.
Browse files Browse the repository at this point in the history
This is a slightly different fix than that proposed in Pull Request #151.
  • Loading branch information
Roland C. Dowdeswell committed Mar 9, 2017
1 parent 3f36b4a commit a39bd42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/krb5/get_in_tkt.c
Expand Up @@ -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;
Expand Down

0 comments on commit a39bd42

Please sign in to comment.