From f07049495d81dc4ad2df440f274d470ac41b83c9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Jun 2010 12:47:41 +0200 Subject: [PATCH] s3:idmap_rid: remove a comment that does not apply in that place. Probably got copied from a different location. --- source3/winbindd/idmap_rid.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/winbindd/idmap_rid.c b/source3/winbindd/idmap_rid.c index b0beb271ad9..6e948025d28 100644 --- a/source3/winbindd/idmap_rid.c +++ b/source3/winbindd/idmap_rid.c @@ -118,10 +118,6 @@ static NTSTATUS idmap_rid_sid_to_id(struct idmap_domain *dom, struct id_map *map return NT_STATUS_NONE_MAPPED; } - /* We **really** should have some way of validating - the SID exists and is the correct type here. But - that is a deficiency in the idmap_rid design. */ - map->status = ID_MAPPED; return NT_STATUS_OK; -- 2.11.4.GIT