summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/negprot.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-28 11:58:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:33 -0500
commit086655dcb63303803286e172cf772069988aad4e (patch)
tree17d2167358133c27331304f5a006f508736cae88 /source4/smb_server/smb/negprot.c
parentfd007e5512d7818d3a8ed8ff504e175dbe24642c (diff)
downloadsamba-086655dcb63303803286e172cf772069988aad4e.tar.gz
samba-086655dcb63303803286e172cf772069988aad4e.tar.bz2
samba-086655dcb63303803286e172cf772069988aad4e.zip
r13204: Remove extra newline we don't need.
Andrew Bartlett (This used to be commit 765caa14b340f5111c07eda99fd2bd4c000dd7c7)
Diffstat (limited to 'source4/smb_server/smb/negprot.c')
-rw-r--r--source4/smb_server/smb/negprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb/negprot.c b/source4/smb_server/smb/negprot.c
index 6cdf889843..d7646d997a 100644
--- a/source4/smb_server/smb/negprot.c
+++ b/source4/smb_server/smb/negprot.c
@@ -383,7 +383,7 @@ static void reply_nt1(struct smbsrv_request *req, uint16_t choice)
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 */