summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-06-09 13:35:21 +0200
committerMichael Adam <obnox@samba.org>2011-07-27 04:29:05 +0200
commit4b5ada3d27198b49771acb70ae979087235be783 (patch)
tree2de03f7d7e4d1c7559cef8e3438b2281c03126ab /source3/winbindd/idmap_tdb2.c
parent551185573899b6e608863f833633d40ae04458d8 (diff)
downloadsamba-4b5ada3d27198b49771acb70ae979087235be783.tar.gz
samba-4b5ada3d27198b49771acb70ae979087235be783.tar.bz2
samba-4b5ada3d27198b49771acb70ae979087235be783.zip
s3:idmap_tdb2: remove legacy comment
Diffstat (limited to 'source3/winbindd/idmap_tdb2.c')
-rw-r--r--source3/winbindd/idmap_tdb2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c
index a0252f84d9..f0c6fc0418 100644
--- a/source3/winbindd/idmap_tdb2.c
+++ b/source3/winbindd/idmap_tdb2.c
@@ -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;
}