Author: jra Date: 2005-09-01 06:25:54 +0000 (Thu, 01 Sep 2005) New Revision: 9873
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9873 Log: Fix typo. Jeremy. Modified: branches/tmp/RPCREWRITE/source/libsmb/ntlmssp.c Changeset: Modified: branches/tmp/RPCREWRITE/source/libsmb/ntlmssp.c =================================================================== --- branches/tmp/RPCREWRITE/source/libsmb/ntlmssp.c 2005-09-01 06:13:14 UTC (rev 9872) +++ branches/tmp/RPCREWRITE/source/libsmb/ntlmssp.c 2005-09-01 06:25:54 UTC (rev 9873) @@ -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
