summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_group_members.c
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-04-13 20:08:22 +0200
committerKarolin Seeger <kseeger@samba.org>2010-04-13 20:08:22 +0200
commitb0a9e5ba77ad56ba32a912acb288431c52aefcad (patch)
tree769b3df5a9b787424a3c6b77e8cd5f913daa04ab /source3/winbindd/wb_group_members.c
parentfce533e3bed54e8b6255142f97d6b2a5ecf5f18d (diff)
downloadsamba-b0a9e5ba77ad56ba32a912acb288431c52aefcad.tar.gz
samba-b0a9e5ba77ad56ba32a912acb288431c52aefcad.tar.bz2
samba-b0a9e5ba77ad56ba32a912acb288431c52aefcad.zip
s3-winbindd: Fix typo in comment.
Karolin
Diffstat (limited to 'source3/winbindd/wb_group_members.c')
-rw-r--r--source3/winbindd/wb_group_members.c2
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 {