[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Sep 8 07:09:03 MDT 2011


The branch, master has been updated
       via  ab2ca88 s3: Fix a debug message
       via  12f0624 s3: Fix a typo
      from  30e11d5 build: Add duplicate symbol checking as part of make test

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


- Log -----------------------------------------------------------------
commit ab2ca882e1bf0674bd06fd4009caedcca2410b73
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Sep 8 13:15:21 2011 +0200

    s3: Fix a debug message
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu Sep  8 15:08:43 CEST 2011 on sn-devel-104

commit 12f0624a85c8fe1d05f10c9c08bdbf7fcf0430a0
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Sep 8 12:01:42 2011 +0200

    s3: Fix a typo

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

Summary of changes:
 source3/winbindd/winbindd_cache.c |    4 ++--
 source3/winbindd/winbindd_msrpc.c |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_cache.c b/source3/winbindd/winbindd_cache.c
index 323c0b9..b52fe77 100644
--- a/source3/winbindd/winbindd_cache.c
+++ b/source3/winbindd/winbindd_cache.c
@@ -969,8 +969,8 @@ static void wcache_save_sid_to_name(struct winbindd_domain *domain, NTSTATUS sta
 	}
 
 	centry_end(centry, "SN/%s", sid_to_fstring(sid_string, sid));
-	DEBUG(10,("wcache_save_sid_to_name: %s -> %s (%s)\n", sid_string, 
-		  name, nt_errstr(status)));
+	DEBUG(10,("wcache_save_sid_to_name: %s -> %s\\%s (%s)\n", sid_string,
+		  domain_name, name, nt_errstr(status)));
 	centry_free(centry);
 }
 
diff --git a/source3/winbindd/winbindd_msrpc.c b/source3/winbindd/winbindd_msrpc.c
index 342a03b..094b025 100644
--- a/source3/winbindd/winbindd_msrpc.c
+++ b/source3/winbindd/winbindd_msrpc.c
@@ -254,7 +254,7 @@ static NTSTATUS msrpc_name_to_sid(struct winbindd_domain *domain,
 	name_map_status = normalize_name_unmap(mem_ctx, full_name,
 					       &mapped_name);
 
-	/* Reset the full_name pointer if we mapped anytthing */
+	/* Reset the full_name pointer if we mapped anything */
 
 	if (NT_STATUS_IS_OK(name_map_status) ||
 	    NT_STATUS_EQUAL(name_map_status, NT_STATUS_FILE_RENAMED))


-- 
Samba Shared Repository


More information about the samba-cvs mailing list