diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c index de8ecd45f1..99b48bd5d3 100644 --- a/source3/nsswitch/winbindd_group.c +++ b/source3/nsswitch/winbindd_group.c @@ -501,7 +501,7 @@ static BOOL get_sam_group_entries(struct getent_state *ent) num_entries = 0; - status = samr_enum_dom_groups(&ent->domain->sam_dom_handle, + status = wb_samr_enum_dom_groups(&ent->domain->sam_dom_handle, &ent->grp_query_start_ndx, 0x8000, /* buffer size? */ (struct acct_info **) |