[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Jul 24 03:19:59 MDT 2010


The branch, master has been updated
       via  032bf5c... s3: Fix a typo (missing space)
      from  5912206... Fix bug 7583 - Smbclient fails to kerberos connect to a Alfresco JLAN CIFS Server

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


- Log -----------------------------------------------------------------
commit 032bf5c62948387a43501509d046b21f7a6f9d85
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Jul 24 13:17:15 2010 +0200

    s3: Fix a typo (missing space)

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

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


Changeset truncated at 500 lines:

diff --git a/source3/auth/server_info.c b/source3/auth/server_info.c
index bb38080..782dc41 100644
--- a/source3/auth/server_info.c
+++ b/source3/auth/server_info.c
@@ -377,7 +377,7 @@ NTSTATUS samu_to_SamInfo3(TALLOC_CTX *mem_ctx,
 		ok = sid_peek_check_rid(&domain_sid, group_sid,
 					&info3->base.primary_gid);
 		if (!ok) {
-			DEBUG(1, ("The primary group domain sid(%s) does not"
+			DEBUG(1, ("The primary group domain sid(%s) does not "
 				  "match the domain sid(%s) for %s(%s)\n",
 				  sid_string_dbg(group_sid),
 				  sid_string_dbg(&domain_sid),


-- 
Samba Shared Repository


More information about the samba-cvs mailing list