diff options
author | root <root@bando.(none)> | 2008-12-12 16:51:34 +0100 |
---|---|---|
committer | root <root@bando.(none)> | 2008-12-12 16:51:34 +0100 |
commit | 01a444b42255a98e892f4cbb29b88796285c6d36 (patch) | |
tree | a6f88769b72c8f69787f7bd176dba3aaba9af6ac /source3/smbd | |
parent | 19beef0dd9354296ae79d32077c58fbacf570c85 (diff) | |
download | samba-01a444b42255a98e892f4cbb29b88796285c6d36.tar.gz |
s3 sesssetup.c: Add missing line break to debug message.
Karolin
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/sesssetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c index 24a201013ad..a24843ff64c 100644 --- a/source3/smbd/sesssetup.c +++ b/source3/smbd/sesssetup.c @@ -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); |