mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
5f4a895cdd
commit
ae4a576f68
@ -385,7 +385,7 @@ static void ntlmssp_handle_neg_flags(struct ntlmssp_state *ntlmssp_state,
|
||||
void ntlmssp_weaken_keys(NTLMSSP_STATE *ntlmssp_state)
|
||||
{
|
||||
/* Nothing to weaken. We certainly don't want to 'extend' the length... */
|
||||
if (!ntlmssp_state->session_key.length < 8) {
|
||||
if (ntlmssp_state->session_key.length < 8) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user