From a39bd425768994bb97ea31cd68e8931decab698e Mon Sep 17 00:00:00 2001 From: "Roland C. Dowdeswell" Date: Thu, 9 Mar 2017 14:10:30 -0500 Subject: [PATCH] Remove #if 0'd code. This is a slightly different fix than that proposed in Pull Request #151. --- lib/krb5/get_in_tkt.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/krb5/get_in_tkt.c b/lib/krb5/get_in_tkt.c index 471b900a0..4d68b2a33 100644 --- a/lib/krb5/get_in_tkt.c +++ b/lib/krb5/get_in_tkt.c @@ -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;