1
0
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:
Volker Lendecke 2005-03-10 17:23:49 +00:00 committed by Gerald (Jerry) Carter
parent 710bceee32
commit c2f710e321

View File

@ -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;