s3:auth: fix header comment for user_sid_in_group_sid()
commit8ee8ebb9d7143fe334e7eadb9b51edd7a5f826c1
authorMichael Adam <obnox@samba.org>
Mon, 10 Dec 2012 13:48:43 +0000 (10 14:48 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 11 Dec 2012 08:05:08 +0000 (11 09:05 +0100)
treeea3d43d856a5e369af060aeffedb80130786718b
parentb9241d62bdd1dab49867d290fbdaa48aeb4a3661
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>
(cherry picked from commit 0770a4c01bef26ec51321cd5b97aea4eab9e00a8)
source3/auth/token_util.c