summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_tdb_common.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-04-11 23:52:20 +0200
committerMichael Adam <obnox@samba.org>2014-04-25 15:35:08 +0200
commit26062b4a9d3c8684f8d1d3cf39656cb89f7a959c (patch)
tree4549b86f28ef819b75391f4a0784166e6af4c51f /source3/winbindd/idmap_tdb_common.c
parent11b3937dddae1422fbacff7a0a639f6b40901275 (diff)
downloadsamba-26062b4a9d3c8684f8d1d3cf39656cb89f7a959c.tar.gz
samba-26062b4a9d3c8684f8d1d3cf39656cb89f7a959c.tar.xz
samba-26062b4a9d3c8684f8d1d3cf39656cb89f7a959c.zip
idmap_tdb_common: remove legacy comment.
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/winbindd/idmap_tdb_common.c')
-rw-r--r--source3/winbindd/idmap_tdb_common.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/winbindd/idmap_tdb_common.c b/source3/winbindd/idmap_tdb_common.c
index ffa2bd40ea..ebf1bb90b2 100644
--- a/source3/winbindd/idmap_tdb_common.c
+++ b/source3/winbindd/idmap_tdb_common.c
@@ -383,11 +383,7 @@ NTSTATUS idmap_tdb_common_unixid_to_sid(struct idmap_domain * dom,
if (!dom || !map) {
return NT_STATUS_INVALID_PARAMETER;
}
-/* TODO: do we really make sure the database is open again? should have been
- * done while initing the module
- status = idmap_tdb2_open_db(dom);
- NT_STATUS_NOT_OK_RETURN(status);
-*/
+
ctx =
talloc_get_type_abort(dom->private_data,
struct idmap_tdb_common_context);