s3:idmap_rid: remove a comment that does not apply in that place.
authorMichael Adam <obnox@samba.org>
Tue, 22 Jun 2010 10:47:41 +0000 (12:47 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 23 Jun 2010 10:40:39 +0000 (12:40 +0200)
Probably got copied from a different location.

source3/winbindd/idmap_rid.c

index b0beb271ad9d2198035a23857c6b57a826ad1cc0..6e948025d2897db2e4c7319973affd3868a5f5a4 100644 (file)
@@ -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;