diff options
-rw-r--r-- | source3/winbindd/wb_group_members.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wb_group_members.c b/source3/winbindd/wb_group_members.c index a7eb9ba437..3ab3cb230e 100644 --- a/source3/winbindd/wb_group_members.c +++ b/source3/winbindd/wb_group_members.c @@ -269,7 +269,7 @@ static NTSTATUS wb_groups_members_recv(struct tevent_req *req, /* * This is the routine expanding a list of groups up to a certain level. We * collect the users in a talloc_dict: We have to add them without duplicates, - * and and talloc_dict is an indexed (here indexed by SID) data structure. + * and talloc_dict is an indexed (here indexed by SID) data structure. */ struct wb_group_members_state { |