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:
@ -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 );
|
||||
|
Reference in New Issue
Block a user