mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r12927: Fix typo.
(This used to be commit 01e98966ca955e86ec46f8bce3892899e2717df9)
This commit is contained in:
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)
|
||||
{
|
||||
/* 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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user