diff options
author | Michael Adam <obnox@samba.org> | 2012-12-10 14:48:43 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-12-10 16:34:22 +0100 |
commit | 0770a4c01bef26ec51321cd5b97aea4eab9e00a8 (patch) | |
tree | 2caf30313c784adb5441518dcf3d96c74fec8be0 /source3 | |
parent | 53b736444d55c4eed3abbc34974b655cc2607cd6 (diff) | |
download | samba-0770a4c01bef26ec51321cd5b97aea4eab9e00a8.tar.gz samba-0770a4c01bef26ec51321cd5b97aea4eab9e00a8.tar.bz2 samba-0770a4c01bef26ec51321cd5b97aea4eab9e00a8.zip |
s3:auth: fix header comment for user_sid_in_group_sid()
This function was created in 1c3c5e2156d9096f60bd53a96b88c2f1001d898a
and the header comment contained copy'n'paste errors from the original
function user_in_group_sid() that took the user name.
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/token_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index a618e214cf..7c79ef630b 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -845,9 +845,9 @@ done: } /*************************************************************************** - Build upon create_token_from_username: + Build upon create_token_from_usersid: - Expensive helper function to figure out whether a user given its name is + Expensive helper function to figure out whether a user given its sid is member of a particular group. ***************************************************************************/ |