From b0a9e5ba77ad56ba32a912acb288431c52aefcad Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 13 Apr 2010 20:08:22 +0200 Subject: s3-winbindd: Fix typo in comment. Karolin --- source3/winbindd/wb_group_members.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/winbindd') 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 { -- cgit