[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-774-g3d15d04

Volker Lendecke vlendec at samba.org
Mon Aug 3 13:43:38 MDT 2009


The branch, master has been updated
       via  3d15d044a9cc998238c8f4e07094fedb3f9215fe (commit)
      from  e4d276f737082e67173a4050deecc8454e90024b (commit)

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


- Log -----------------------------------------------------------------
commit 3d15d044a9cc998238c8f4e07094fedb3f9215fe
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Aug 1 10:46:45 2009 +0200

    Fix a typo

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

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


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd_user.c b/source3/winbindd/winbindd_user.c
index 0967afc..c445ef0 100644
--- a/source3/winbindd/winbindd_user.c
+++ b/source3/winbindd/winbindd_user.c
@@ -288,7 +288,7 @@ static void getpwsid_queryuser_recv(void *private_data, bool success,
 					    &s->user_sid, &domain_name,
 					    &user_name, &type );
 
-		/* If this still fails we ar4e done.  Just error out */
+		/* If this still fails we are done.  Just error out */
 		if ( !user_name ) {
 			DEBUG(5,("Could not obtain a name for SID %s\n",
 				 sid_string_dbg(&s->user_sid)));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list