_kdc_find_etype: fix typo

Fix a type introduced by 71fb56309c.

Change-Id: I0c3b6aa73cab8679b2ad1bef3969296b20c3ea7d
This commit is contained in:
Jeffrey Altman
2013-07-27 22:07:22 -04:00
parent 71fb56309c
commit dfc7ed639f

View File

@@ -219,7 +219,7 @@ _kdc_find_etype(krb5_context context, krb5_boolean use_strongest_session_key,
}
if (enctype == (krb5_enctype)ETYPE_NULL &&
clientbest ! = (krb5_enctype)ETYPE_NULL) {
clientbest != (krb5_enctype)ETYPE_NULL) {
ret = 0;
enctype = clientbest;
} else if (enctype == (krb5_enctype)ETYPE_NULL) {