mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3 sesssetup.c: Add missing line break to debug message.
Karolin
This commit is contained in:
parent
19beef0dd9
commit
01a444b422
@ -915,7 +915,7 @@ static void reply_spnego_auth(struct smb_request *req,
|
||||
DEBUG(3,("reply_spnego_auth: network "
|
||||
"misconfiguration, client sent us a "
|
||||
"krb5 ticket and kerberos security "
|
||||
"not enabled"));
|
||||
"not enabled\n"));
|
||||
reply_nterror(req, nt_status_squash(
|
||||
NT_STATUS_LOGON_FAILURE));
|
||||
SAFE_FREE(kerb_mech);
|
||||
|
Loading…
Reference in New Issue
Block a user