summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-03-22 14:39:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:10 -0500
commit906d7b7190d2c34f6be9ac4edeff15a494ff18ec (patch)
treee16cb8ed1f85bff0bac722d56c2dbb6807bc9d45 /source3/nsswitch
parent0dbdb7f662810d481d60309887fdcd322227a36a (diff)
downloadsamba-906d7b7190d2c34f6be9ac4edeff15a494ff18ec.tar.gz
samba-906d7b7190d2c34f6be9ac4edeff15a494ff18ec.tar.bz2
samba-906d7b7190d2c34f6be9ac4edeff15a494ff18ec.zip
r5945: BUG 2516: fix compile issue on True64
(This used to be commit 5205949dac4566a815ea443114309c284270ba91)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/winbindd_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c
index 502a4b8584..1af9daae46 100644
--- a/source3/nsswitch/winbindd_group.c
+++ b/source3/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 */