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

jra at samba.org jra at samba.org
Thu Sep 1 06:26:05 GMT 2005


Author: jra
Date: 2005-09-01 06:26:04 +0000 (Thu, 01 Sep 2005)
New Revision: 9874

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

Log:
Fix typo.
Jeremy.

Modified:
   trunk/source/libsmb/ntlmssp.c


Changeset:
Modified: trunk/source/libsmb/ntlmssp.c
===================================================================
--- trunk/source/libsmb/ntlmssp.c	2005-09-01 06:25:54 UTC (rev 9873)
+++ trunk/source/libsmb/ntlmssp.c	2005-09-01 06:26:04 UTC (rev 9874)
@@ -1144,7 +1144,7 @@
 	(*ntlmssp_state)->neg_flags = 
 		NTLMSSP_NEGOTIATE_128 |
 		NTLMSSP_NEGOTIATE_NTLM |
-		NTLMSSP_NEGOTIATE_NTLM2 : 0 |
+		NTLMSSP_NEGOTIATE_NTLM2 |
 		NTLMSSP_NEGOTIATE_KEY_EXCH |
 		/*
 		 * We need to set this to allow a later SetPassword



More information about the samba-cvs mailing list