s3:idmap_tdb2: remove legacy comment (cherry picked from commit 4b5ada3d27198b49771ac...
authorMichael Adam <obnox@samba.org>
Thu, 9 Jun 2011 11:35:21 +0000 (13:35 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 27 Jul 2011 18:04:35 +0000 (20:04 +0200)
source3/winbindd/idmap_tdb2.c

index a0252f84d9a25d0a9f6838393f624175695bc622..f0c6fc0418885e7fa9ad91906cd64e74b248c265 100644 (file)
@@ -601,8 +601,6 @@ static NTSTATUS idmap_tdb2_id_to_sid(struct idmap_domain *dom, struct id_map *ma
                }
 
                ret = idmap_tdb2_script(ctx, map, "IDTOSID %s", keystr);
-
-               /* store it on shared storage */
                if (!NT_STATUS_IS_OK(ret)) {
                        goto done;
                }