[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Sat Sep 25 16:44:47 MDT 2010


The branch, master has been updated
       via  e4591eb s3: Fix a typo
      from  a0d3ffb s3: Fix some 64-bit warnings

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


- Log -----------------------------------------------------------------
commit e4591eb8c1e8f800da1304ac0321beb6db4a344f
Author: Volker Lendecke <vl at samba.org>
Date:   Sat Sep 25 15:44:55 2010 -0700

    s3: Fix a typo

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

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


Changeset truncated at 500 lines:

diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c
index 4385dc4..f88a88a 100644
--- a/source3/auth/token_util.c
+++ b/source3/auth/token_util.c
@@ -76,7 +76,7 @@ bool nt_token_check_domain_rid( struct security_token *token, uint32 rid )
  Create a token for the root user to be used internally by smbd.
  This is similar to running under the context of the LOCAL_SYSTEM account
  in Windows.  This is a read-only token.  Do not modify it or free() it.
- Create a copy if your need to change it.
+ Create a copy if you need to change it.
 ******************************************************************************/
 
 struct security_token *get_root_nt_token( void )


-- 
Samba Shared Repository


More information about the samba-cvs mailing list