summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_rid.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-22 12:47:41 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:55 +0200
commitf07049495d81dc4ad2df440f274d470ac41b83c9 (patch)
tree2e08459b9e147949b54992848e7f8a2d829aab75 /source3/winbindd/idmap_rid.c
parenta75822836719f17b74cb009c482482bd78349cc7 (diff)
downloadsamba-f07049495d81dc4ad2df440f274d470ac41b83c9.tar.gz
samba-f07049495d81dc4ad2df440f274d470ac41b83c9.tar.bz2
samba-f07049495d81dc4ad2df440f274d470ac41b83c9.zip
s3:idmap_rid: remove a comment that does not apply in that place.
Probably got copied from a different location.
Diffstat (limited to 'source3/winbindd/idmap_rid.c')
-rw-r--r--source3/winbindd/idmap_rid.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/winbindd/idmap_rid.c b/source3/winbindd/idmap_rid.c
index b0beb271ad..6e948025d2 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;