svn commit: samba r11313 - in branches/SAMBA_4_0/source/auth/credentials: .

abartlet at samba.org abartlet at samba.org
Wed Oct 26 23:39:04 GMT 2005


Author: abartlet
Date: 2005-10-26 23:39:04 +0000 (Wed, 26 Oct 2005)
New Revision: 11313

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

Log:
Typo

Modified:
   branches/SAMBA_4_0/source/auth/credentials/credentials_ntlm.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/credentials/credentials_ntlm.c
===================================================================
--- branches/SAMBA_4_0/source/auth/credentials/credentials_ntlm.c	2005-10-26 23:38:37 UTC (rev 11312)
+++ branches/SAMBA_4_0/source/auth/credentials/credentials_ntlm.c	2005-10-26 23:39:04 UTC (rev 11313)
@@ -67,7 +67,7 @@
 		lm_response = data_blob(NULL, 0);
 		nt_response = data_blob(NULL, 0);
 		
-		/* not doing NLTM2 without a password */
+		/* not doing NTLM2 without a password */
 		*flags &= ~CLI_CRED_NTLM2;
 	} else if (*flags & CLI_CRED_NTLMv2_AUTH) {
 



More information about the samba-cvs mailing list