From 0770a4c01bef26ec51321cd5b97aea4eab9e00a8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 10 Dec 2012 14:48:43 +0100 Subject: 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 --- source3/auth/token_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/auth') 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. ***************************************************************************/ -- cgit