mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
committed by
Gerald (Jerry) Carter
parent
dcd63b9770
commit
ae51cc9bec
@ -280,7 +280,7 @@ void ntlmssp_handle_neg_flags(struct gensec_ntlmssp_state *gensec_ntlmssp_state,
|
|||||||
void ntlmssp_weaken_keys(struct gensec_ntlmssp_state *gensec_ntlmssp_state)
|
void ntlmssp_weaken_keys(struct gensec_ntlmssp_state *gensec_ntlmssp_state)
|
||||||
{
|
{
|
||||||
/* Nothing to weaken. We certainly don't want to 'extend' the length... */
|
/* Nothing to weaken. We certainly don't want to 'extend' the length... */
|
||||||
if (!gensec_ntlmssp_state->session_key.length < 8) {
|
if (gensec_ntlmssp_state->session_key.length < 8) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user