svn commit: samba r16879 - in trunk/source/utils: .

vlendec at samba.org vlendec at samba.org
Sat Jul 8 17:33:20 GMT 2006


Author: vlendec
Date: 2006-07-08 17:33:19 +0000 (Sat, 08 Jul 2006)
New Revision: 16879

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

Log:
Debug msg fix from Kai Blin
Modified:
   trunk/source/utils/ntlm_auth.c


Changeset:
Modified: trunk/source/utils/ntlm_auth.c
===================================================================
--- trunk/source/utils/ntlm_auth.c	2006-07-08 17:30:58 UTC (rev 16878)
+++ trunk/source/utils/ntlm_auth.c	2006-07-08 17:33:19 UTC (rev 16879)
@@ -515,7 +515,7 @@
 	NTSTATUS status = ntlmssp_server_start(ntlmssp_state);
 	
 	if (!NT_STATUS_IS_OK(status)) {
-		DEBUG(1, ("Could not start NTLMSSP client: %s\n",
+		DEBUG(1, ("Could not start NTLMSSP server: %s\n",
 			  nt_errstr(status)));
 		return status;
 	}



More information about the samba-cvs mailing list