svn commit: samba r13204 - in branches/SAMBA_4_0/source/smb_server/smb: .

abartlet at samba.org abartlet at samba.org
Sat Jan 28 11:58:36 GMT 2006


Author: abartlet
Date: 2006-01-28 11:58:35 +0000 (Sat, 28 Jan 2006)
New Revision: 13204

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

Log:
Remove extra newline we don't need.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/smb_server/smb/negprot.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb/negprot.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb/negprot.c	2006-01-28 11:57:33 UTC (rev 13203)
+++ branches/SAMBA_4_0/source/smb_server/smb/negprot.c	2006-01-28 11:58:35 UTC (rev 13204)
@@ -383,7 +383,7 @@
 			
 			if (!NT_STATUS_IS_OK(nt_status)) {
 				DEBUG(0, ("Failed to start SPNEGO as well as NTLMSSP fallback: %s\n", nt_errstr(nt_status)));
-				smbsrv_terminate_connection(req->smb_conn, "Failed to start SPNEGO and NTLMSSP\n");
+				smbsrv_terminate_connection(req->smb_conn, "Failed to start SPNEGO and NTLMSSP");
 				return;
 			}
 			/* NTLMSSP is a client-first exchange */



More information about the samba-cvs mailing list