1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

r13204: Remove extra newline we don't need.

Andrew Bartlett
(This used to be commit 765caa14b340f5111c07eda99fd2bd4c000dd7c7)
This commit is contained in:
Andrew Bartlett 2006-01-28 11:58:35 +00:00 committed by Gerald (Jerry) Carter
parent fd007e5512
commit 086655dcb6

View File

@ -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 */