mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
Fixed compiler warning.
This commit is contained in:
parent
4475d47179
commit
9c706be7b4
@ -264,7 +264,7 @@ static NTSTATUS db_get_sid_from_id(DOM_SID *sid, unid_t id, int id_type)
|
||||
}
|
||||
|
||||
/* Get an id from a sid */
|
||||
static NTSTATUS db_get_id_from_sid(unid_t *id, int *id_type, DOM_SID *sid)
|
||||
static NTSTATUS db_get_id_from_sid(unid_t *id, int *id_type, const DOM_SID *sid)
|
||||
{
|
||||
TDB_DATA data, key;
|
||||
fstring keystr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user