1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

smbd: remove redundant comment (with typo) from token_contains_name()

The code says it all.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Michael Adam
2016-08-04 00:13:31 +02:00
parent 14a2096a67
commit 8be379e2b1

View File

@ -91,8 +91,6 @@ static bool token_contains_name(TALLOC_CTX *mem_ctx,
smb_panic("substitutions failed");
}
/* check to see is we already have a SID */
if ( string_to_sid( &sid, name ) ) {
DEBUG(5,("token_contains_name: Checking for SID [%s] in token\n", name));
return nt_token_check_sid( &sid, token );