[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-21-g2bb1266

Volker Lendecke vlendec at samba.org
Wed Jan 21 10:21:27 GMT 2009


The branch, master has been updated
       via  2bb126679646889780c54f674a22e271761080af (commit)
      from  816934faa8bbe53dd299bc5e39f471eafdddefa8 (commit)

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


- Log -----------------------------------------------------------------
commit 2bb126679646889780c54f674a22e271761080af
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Jan 20 23:31:51 2009 +0100

    Fix a typo

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

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


Changeset truncated at 500 lines:

diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index d2a8591..e3677c4 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -573,7 +573,7 @@ NTSTATUS make_server_info_sam(auth_serversupplied_info **server_info,
 	}
 
 	result->sam_account = sampass;
-	/* Ensure thaat the sampass will be freed with the result */
+	/* Ensure that the sampass will be freed with the result */
 	talloc_steal(result, sampass);
 	result->unix_name = pwd->pw_name;
 	/* Ensure that we keep pwd->pw_name, because we will free pwd below */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list