r5945: BUG 2516: fix compile issue on True64
authorGerald Carter <jerry@samba.org>
Tue, 22 Mar 2005 14:39:32 +0000 (14:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:10 +0000 (10:56 -0500)
(This used to be commit 5205949dac4566a815ea443114309c284270ba91)

source3/nsswitch/winbindd_group.c

index 502a4b85841b0f13025c92b53c1b57515136fd65..1af9daae46e73a4211a55dc9ddae41b519de1e48 100644 (file)
@@ -1246,7 +1246,7 @@ enum winbindd_result winbindd_getusersids(struct winbindd_cli_state *state)
         * domain also asks for this info. -- vl */
 
        if (!IS_DC) {
-               uint32_t *alias_rids = NULL;
+               uint32 *alias_rids = NULL;
                int num_aliases;
 
                /* We need to include the user SID to expand */