diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-25 15:44:55 -0700 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-25 15:45:09 -0700 |
commit | e4591eb8c1e8f800da1304ac0321beb6db4a344f (patch) | |
tree | 9191be600cede0a8b1280a9f0f8c96edaae677be /source3/auth | |
parent | a0d3ffbf924cf203fc8dc765954823375645f0b7 (diff) | |
download | samba-e4591eb8c1e8f800da1304ac0321beb6db4a344f.tar.gz samba-e4591eb8c1e8f800da1304ac0321beb6db4a344f.tar.xz samba-e4591eb8c1e8f800da1304ac0321beb6db4a344f.zip |
s3: Fix a typo
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/token_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index 4385dc400c8..f88a88aba24 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 ) |