From: Gerald Carter Date: Tue, 22 Mar 2005 14:39:32 +0000 (+0000) Subject: r5945: BUG 2516: fix compile issue on True64 X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5081 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5205949dac4566a815ea443114309c284270ba91;p=thirdparty%2Fsamba.git r5945: BUG 2516: fix compile issue on True64 --- diff --git a/source/nsswitch/winbindd_group.c b/source/nsswitch/winbindd_group.c index 502a4b85841..1af9daae46e 100644 --- a/source/nsswitch/winbindd_group.c +++ b/source/nsswitch/winbindd_group.c @@ -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 */