]> git.samba.org - nivanova/samba-autobuild/.git/commitdiff
s3:idmap_tdb2: remove legacy comment
authorMichael Adam <obnox@samba.org>
Thu, 9 Jun 2011 11:35:21 +0000 (13:35 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 27 Jul 2011 02:29:05 +0000 (04:29 +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;
                }