From 1d949cb0e51a086006612271d6f08305b68aa09c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 10 Dec 2012 21:56:42 +0100 Subject: 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 Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Tue Dec 11 00:04:45 CET 2012 on sn-devel-104 --- source3/auth/token_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') 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. -- cgit