_kdc_find_etype: fix typo
Fix a type introduced by 71fb56309c
.
Change-Id: I0c3b6aa73cab8679b2ad1bef3969296b20c3ea7d
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user