svn commit: samba r1886 - branches/SAMBA_4_0/source/libcli/auth

vlendec at samba.org vlendec at samba.org
Wed Aug 18 14:11:13 GMT 2004


Author: vlendec
Date: 2004-08-18 14:11:11 +0000 (Wed, 18 Aug 2004)
New Revision: 1886

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1886&nolog=1

Log:
Fix the build
Modified:
   branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c	2004-08-18 13:55:58 UTC (rev 1885)
+++ branches/SAMBA_4_0/source/libcli/auth/ntlmssp.c	2004-08-18 14:11:11 UTC (rev 1886)
@@ -932,7 +932,7 @@
 	(*ntlmssp_state)->neg_flags = 
 		NTLMSSP_NEGOTIATE_128 |
 		NTLMSSP_NEGOTIATE_NTLM |
-//		NTLMSSP_NEGOTIATE_NTLM2 |
+/*		NTLMSSP_NEGOTIATE_NTLM2 | */
 		NTLMSSP_NEGOTIATE_KEY_EXCH |
 		NTLMSSP_NEGOTIATE_SIGN |
 		NTLMSSP_NEGOTIATE_SEAL;
@@ -965,7 +965,7 @@
 	}
 	
 	if (ntlmssp_state->use_ntlmv2) {
-//		ntlmssp_state->neg_flags |= NTLMSSP_NEGOTIATE_NTLM2;
+/*		ntlmssp_state->neg_flags |= NTLMSSP_NEGOTIATE_NTLM2;*/
 	}
 
 	/* generate the ntlmssp negotiate packet */
@@ -1287,7 +1287,7 @@
 	(*ntlmssp_state)->neg_flags = 
 		NTLMSSP_NEGOTIATE_128 |
 		NTLMSSP_NEGOTIATE_NTLM |
-//		NTLMSSP_NEGOTIATE_NTLM2 |
+/*		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