]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r5751: fix another (correct) compiler warning
authorGerald Carter <jerry@samba.org>
Fri, 11 Mar 2005 16:31:32 +0000 (16:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:59 +0000 (10:55 -0500)
source/nsswitch/winbindd_passdb.c

index 554687d7b8335c884b5bc9fd00684e3c6d115b09..bd15777bd311041cc01b37d4e74e87b3c42382d7 100644 (file)
@@ -295,7 +295,7 @@ static NTSTATUS lookup_usergroups(struct winbindd_domain *domain,
 static NTSTATUS lookup_useraliases(struct winbindd_domain *domain,
                                   TALLOC_CTX *mem_ctx,
                                   uint32 num_sids, DOM_SID **sids,
-                                  uint32 *num_aliases, DOM_SID ***aliases)
+                                  uint32 *num_aliases, uint32 **aliases)
 {
        return NT_STATUS_NO_SUCH_USER;
 }