summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-06-09 13:36:54 +0200
committerMichael Adam <obnox@samba.org>2011-07-27 04:29:05 +0200
commit67cd2f9d867fad1f7df2d6a6a5cdb723336ac495 (patch)
tree00648ade9b0f119ca129ec774320ae7b133443ef /source3/winbindd/idmap_tdb2.c
parent4b5ada3d27198b49771acb70ae979087235be783 (diff)
downloadsamba-67cd2f9d867fad1f7df2d6a6a5cdb723336ac495.tar.gz
samba-67cd2f9d867fad1f7df2d6a6a5cdb723336ac495.tar.bz2
samba-67cd2f9d867fad1f7df2d6a6a5cdb723336ac495.zip
s3:idmap_tdb2: remove a legacy comment
Diffstat (limited to 'source3/winbindd/idmap_tdb2.c')
-rw-r--r--source3/winbindd/idmap_tdb2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c
index f0c6fc0418..723afbc01f 100644
--- a/source3/winbindd/idmap_tdb2.c
+++ b/source3/winbindd/idmap_tdb2.c
@@ -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;
}