diff options
-rw-r--r-- | src/lib/krb5/krb/preauth2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/krb/preauth2.c b/src/lib/krb5/krb/preauth2.c index ed4708e1b..3d4329eb6 100644 --- a/src/lib/krb5/krb/preauth2.c +++ b/src/lib/krb5/krb/preauth2.c @@ -871,7 +871,7 @@ krb5_error_code pa_sam(krb5_context context, /* message from the KDC. If it is not set, pick an enctype that we */ /* think the KDC will have for us. */ - if (etype && *etype == 0) + if (*etype == 0) *etype = ENCTYPE_DES_CBC_CRC; if ((ret = (gak_fct)(context, request->client, *etype, prompter, |