[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4668-geef7ee5

Karolin Seeger kseeger at samba.org
Fri Dec 12 15:54:43 GMT 2008


The branch, v3-3-test has been updated
       via  eef7ee5f31dc94639580b01283bc0dbe9a90dbde (commit)
      from  b1875b8e543abfc836309bc6371039e590c6d523 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit eef7ee5f31dc94639580b01283bc0dbe9a90dbde
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:
 source/smbd/sesssetup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/smbd/sesssetup.c b/source/smbd/sesssetup.c
index 9c9d0a9..2221574 100644
--- a/source/smbd/sesssetup.c
+++ b/source/smbd/sesssetup.c
@@ -918,7 +918,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