svn commit: samba r12927 - in branches/SAMBA_4_0/source/auth/ntlmssp: .

abartlet at samba.org abartlet at samba.org
Sat Jan 14 01:43:22 GMT 2006


Author: abartlet
Date: 2006-01-14 01:43:21 +0000 (Sat, 14 Jan 2006)
New Revision: 12927

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12927

Log:
Fix typo.

Modified:
   branches/SAMBA_4_0/source/auth/ntlmssp/ntlmssp.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/ntlmssp/ntlmssp.c
===================================================================
--- branches/SAMBA_4_0/source/auth/ntlmssp/ntlmssp.c	2006-01-14 01:29:38 UTC (rev 12926)
+++ branches/SAMBA_4_0/source/auth/ntlmssp/ntlmssp.c	2006-01-14 01:43:21 UTC (rev 12927)
@@ -280,7 +280,7 @@
 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;
 	}
 



More information about the samba-cvs mailing list