[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1829-g3865a7e

Michael Adam obnox at samba.org
Mon Feb 4 15:43:29 GMT 2008


The branch, v3-2-test has been updated
       via  3865a7e6a19630f8a90140accf4a6e93d4f70e6c (commit)
      from  d1310fc7d96676d4ab2793e70cc1c1c2aaab967c (commit)

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


- Log -----------------------------------------------------------------
commit 3865a7e6a19630f8a90140accf4a6e93d4f70e6c
Author: Michael Adam <obnox at samba.org>
Date:   Mon Jan 28 17:47:41 2008 +0100

    Fix a typo in a debug message.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/winbindd/winbindd_pam.c b/source/winbindd/winbindd_pam.c
index 14b1621..9435a32 100644
--- a/source/winbindd/winbindd_pam.c
+++ b/source/winbindd/winbindd_pam.c
@@ -324,7 +324,7 @@ struct winbindd_domain *find_auth_domain(struct winbindd_cli_state *state,
 	if (IS_DC) {
 		domain = find_domain_from_name_noinit(domain_name);
 		if (domain == NULL) {
-			DEBUG(3, ("Authentication for domain [%s] refused"
+			DEBUG(3, ("Authentication for domain [%s] refused "
 				  "as it is not a trusted domain\n", 
 				  domain_name));
 		}


-- 
Samba Shared Repository


More information about the samba-cvs mailing list