mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
r5724: Fix compiler warning
This commit is contained in:
parent
710bceee32
commit
c2f710e321
@ -294,7 +294,7 @@ static NTSTATUS lookup_usergroups(struct winbindd_domain *domain,
|
||||
|
||||
static NTSTATUS lookup_useraliases(struct winbindd_domain *domain,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
uint32 num_sids, const DOM_SID **sids,
|
||||
uint32 num_sids, DOM_SID **sids,
|
||||
uint32 *num_aliases, DOM_SID ***aliases)
|
||||
{
|
||||
return NT_STATUS_NO_SUCH_USER;
|
||||
|
Loading…
Reference in New Issue
Block a user