summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_util.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_util.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_util.c')
-rw-r--r--source3/nsswitch/winbindd_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c
index 13f8e07c61..aca625fe66 100644
--- a/source3/nsswitch/winbindd_util.c
+++ b/source3/nsswitch/winbindd_util.c
@@ -621,7 +621,7 @@ BOOL winbindd_lookup_groupinfo(struct winbindd_domain *domain,
BOOL winbindd_lookup_groupmem(struct winbindd_domain *domain,
uint32 group_rid, uint32 *num_names,
uint32 **rid_mem, char ***names,
- enum SID_NAME_USE **name_types)
+ uint32 **name_types)
{
return wb_sam_query_groupmem(&domain->sam_dom_handle, group_rid,
num_names, rid_mem, names, name_types);
@@ -834,7 +834,7 @@ char *winbindd_cmd_to_string(enum winbindd_cmd cmd)
}
return result;
-};
+}
/* find the sequence number for a domain */