NTLMSSP: Remove unnecessary condition in decryption

If a "NT Password" value is provided by the user, the NTLMSSP decryption
should take place, whether or not Kerberos decryption option is enabled
 (disabled by default).
This commit is contained in:
Maxime Meignan 2021-08-14 15:14:44 +00:00 committed by Wireshark GitLab Utility
parent 1e697fb7ff
commit 09a993da39
1 changed files with 0 additions and 3 deletions

View File

@ -495,9 +495,6 @@ get_md4pass_list(wmem_allocator_t *pool
int i;
*p_pass_list = NULL;
if (!krb_decrypt) {
return 0;
}
read_keytab_file_from_preferences();
for (ek=enc_key_list; ek; ek=ek->next) {