svn commit: samba r12923 - in trunk/source/libsmb: .

jra at samba.org jra at samba.org
Fri Jan 13 23:54:34 GMT 2006


Author: jra
Date: 2006-01-13 23:54:33 +0000 (Fri, 13 Jan 2006)
New Revision: 12923

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

Log:
Fix typo.
Jeremy.

Modified:
   trunk/source/libsmb/ntlmssp.c


Changeset:
Modified: trunk/source/libsmb/ntlmssp.c
===================================================================
--- trunk/source/libsmb/ntlmssp.c	2006-01-13 23:54:12 UTC (rev 12922)
+++ trunk/source/libsmb/ntlmssp.c	2006-01-13 23:54:33 UTC (rev 12923)
@@ -385,7 +385,7 @@
 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;
 	}
 



More information about the samba-cvs mailing list