s3:auth: fix header comment for user_sid_in_group_sid()
commit0770a4c01bef26ec51321cd5b97aea4eab9e00a8
authorMichael Adam <obnox@samba.org>
Mon, 10 Dec 2012 13:48:43 +0000 (10 14:48 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 10 Dec 2012 15:34:22 +0000 (10 16:34 +0100)
tree2caf30313c784adb5441518dcf3d96c74fec8be0
parent53b736444d55c4eed3abbc34974b655cc2607cd6
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>
source3/auth/token_util.c