summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_group.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-09-05 08:11:17 +0000
committerAndrew Tridgell <tridge@samba.org>2001-09-05 08:11:17 +0000
commit7844aa868b02f99c013f336ee03ef05adbd11a7b (patch)
treeadd54a56c99250d44b5e7508f1f7a9469b1312f0 /source3/nsswitch/winbindd_group.c
parent7deed93dd7c451b71d9b3cd801a265dbe8e664fc (diff)
downloadsamba-7844aa868b02f99c013f336ee03ef05adbd11a7b.tar.gz
samba-7844aa868b02f99c013f336ee03ef05adbd11a7b.tar.bz2
samba-7844aa868b02f99c013f336ee03ef05adbd11a7b.zip
more warning fixes on solaris
(This used to be commit c04c67fec85b1c81ef0b3cebacde304a1de0d854)
Diffstat (limited to 'source3/nsswitch/winbindd_group.c')
-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 c4ec9b2ce4..55dd41afd4 100644
--- a/source3/nsswitch/winbindd_group.c
+++ b/source3/nsswitch/winbindd_group.c
@@ -48,7 +48,7 @@ static BOOL fill_grent_mem(struct winbindd_domain *domain,
int *num_gr_mem, char **gr_mem, int *gr_mem_len)
{
uint32 *rid_mem = NULL, num_names = 0;
- enum SID_NAME_USE *name_types = NULL;
+ uint32 *name_types = NULL;
int buf_len, buf_ndx, i;
char **names = NULL, *buf;
BOOL result = False;