1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3:auth: fix function header comment for user_sid_in_group_sid()

This is embarrassing: the commit 0770a4c01b
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
This commit is contained in:
Michael Adam 2012-12-10 21:56:42 +01:00 committed by Volker Lendecke
parent cbc6a2f5e4
commit 1d949cb0e5

View File

@ -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.