summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-12-10 21:56:42 +0100
committerVolker Lendecke <vl@samba.org>2012-12-11 00:04:45 +0100
commit1d949cb0e51a086006612271d6f08305b68aa09c (patch)
treeb27dda978fb72848cf15cae0f313f8d6a2ef0541 /source3/auth
parentcbc6a2f5e41100a12f03838396d652af5f6c105d (diff)
downloadsamba-1d949cb0e51a086006612271d6f08305b68aa09c.tar.gz
samba-1d949cb0e51a086006612271d6f08305b68aa09c.tar.bz2
samba-1d949cb0e51a086006612271d6f08305b68aa09c.zip
s3:auth: fix function header comment for user_sid_in_group_sid()
This is embarrassing: the commit 0770a4c01bef26ec51321cd5b97aea4eab9e00a8 which intended to fix an earlier copy'n'paste error, contained another typo, fixed with this commit... Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Dec 11 00:04:45 CET 2012 on sn-devel-104
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/token_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c
index 6f4bce0a85..8a73a7198f 100644
--- a/source3/auth/token_util.c
+++ b/source3/auth/token_util.c
@@ -853,7 +853,7 @@ done:
}
/***************************************************************************
- Build upon create_token_from_usersid:
+ Build upon create_token_from_sid:
Expensive helper function to figure out whether a user given its sid is
member of a particular group.