[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-496-g2a17553

Michael Adam obnox at samba.org
Wed Dec 5 16:15:49 GMT 2007


The branch, v3-2-test has been updated
       via  2a1755327f6cef6c969308e9ebcb238048535533 (commit)
      from  525a6887afcae8d8e740cf194a412c21da899649 (commit)

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


- Log -----------------------------------------------------------------
commit 2a1755327f6cef6c969308e9ebcb238048535533
Author: Michael Adam <obnox at samba.org>
Date:   Wed Dec 5 17:14:12 2007 +0100

    Fix a debug message (missing newline).
    
    Michael

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

Summary of changes:
 source/winbindd/idmap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/winbindd/idmap.c b/source/winbindd/idmap.c
index 6756c2a..d2c13ab 100644
--- a/source/winbindd/idmap.c
+++ b/source/winbindd/idmap.c
@@ -920,7 +920,7 @@ static NTSTATUS idmap_can_map(const struct id_map *map,
 	if ( (dom = find_idmap_domain_from_sid( map->sid )) == NULL ) {
 		/* huh, couldn't find a suitable domain,
 		 *  let's just leave it unmapped */
-		DEBUG(10, ("Could not find idmap backend for SID %s",
+		DEBUG(10, ("Could not find idmap backend for SID %s\n",
 			   sid_string_static(map->sid)));
 		return NT_STATUS_NO_SUCH_DOMAIN;
 	}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list