[SCM] Samba Shared Repository - branch master updated

Michael Adam obnox at samba.org
Fri Aug 8 16:45:04 MDT 2014


The branch, master has been updated
       via  f215cf1 passdb: add missing newline to debug message in get_primary_group_sid()
      from  17f4066 Revert "doc: Add new parameters to vfs_full_audit man page"

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


- Log -----------------------------------------------------------------
commit f215cf14375b9b1de429535836151afe0517484e
Author: Justin Maggard <jmaggard at netgear.com>
Date:   Fri Aug 8 10:19:41 2014 -0700

    passdb: add missing newline to debug message in get_primary_group_sid()
    
    Signed-off-by: Justin Maggard <jmaggard at netgear.com>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Michael Adam <obnox at samba.org>
    
    Autobuild-User(master): Michael Adam <obnox at samba.org>
    Autobuild-Date(master): Sat Aug  9 00:44:06 CEST 2014 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c
index 5f24d78..d541719 100644
--- a/source3/passdb/lookup_sid.c
+++ b/source3/passdb/lookup_sid.c
@@ -1491,7 +1491,7 @@ NTSTATUS get_primary_group_sid(TALLOC_CTX *mem_ctx,
 	if (!pwd) {
 		pwd = Get_Pwnam_alloc(mem_ctx, username);
 		if (!pwd) {
-			DEBUG(0, ("Failed to find a Unix account for %s",
+			DEBUG(0, ("Failed to find a Unix account for %s\n",
 				  username));
 			TALLOC_FREE(tmp_ctx);
 			return NT_STATUS_NO_SUCH_USER;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list