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

index f0c6fc0418885e7fa9ad91906cd64e74b248c265..723afbc01ff16688b180afd20d7ac7212a4b06b1 100644 (file)
@@ -675,7 +675,6 @@ static NTSTATUS idmap_tdb2_sid_to_id(struct idmap_domain *dom, struct id_map *ma
                }
 
                ret = idmap_tdb2_script(ctx, map, "SIDTOID %s", keystr);
-               /* store it on shared storage */
                if (!NT_STATUS_IS_OK(ret)) {
                        goto done;
                }