1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-30 17:49:30 +03:00

r12927: Fix typo.

(This used to be commit 01e98966ca)
This commit is contained in:
Andrew Bartlett
2006-01-14 01:43:21 +00:00
committed by Gerald (Jerry) Carter
parent dcd63b9770
commit ae51cc9bec

View File

@ -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;
} }