mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
I must have missed this when I was adding 'const' to these earlier...
Andrew Bartlett (This used to be commit ce6c8a647ca56dcbb60ff898d77c2df297c1fe79)
This commit is contained in:
parent
b745d8b1cd
commit
b0565dac76
@ -65,7 +65,7 @@ static BOOL unixsam_getsampwrid (struct pdb_methods *methods,
|
||||
return ret;
|
||||
}
|
||||
|
||||
static BOOL unixsam_getsampwsid(struct pdb_methods *my_methods, SAM_ACCOUNT * user, DOM_SID *sid)
|
||||
static BOOL unixsam_getsampwsid(struct pdb_methods *my_methods, SAM_ACCOUNT * user, const DOM_SID *sid)
|
||||
{
|
||||
uint32 rid;
|
||||
if (!sid_peek_check_rid(get_global_sam_sid(), sid, &rid))
|
||||
|
Loading…
x
Reference in New Issue
Block a user