[SCM] Samba Shared Repository - branch master updated - 01a444b42255a98e892f4cbb29b88796285c6d36

Karolin Seeger kseeger at samba.org
Fri Dec 12 15:53:20 GMT 2008


The branch, master has been updated
       via  01a444b42255a98e892f4cbb29b88796285c6d36 (commit)
      from  19beef0dd9354296ae79d32077c58fbacf570c85 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 01a444b42255a98e892f4cbb29b88796285c6d36
Author: root <root at bando.(none)>
Date:   Fri Dec 12 16:51:34 2008 +0100

    s3 sesssetup.c: Add missing line break to debug message.
    
    Karolin

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/sesssetup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/sesssetup.c b/source3/smbd/sesssetup.c
index 24a2010..a24843f 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);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list