From 26062b4a9d3c8684f8d1d3cf39656cb89f7a959c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Apr 2014 23:52:20 +0200 Subject: [PATCH] idmap_tdb_common: remove legacy comment. Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- source3/winbindd/idmap_tdb_common.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/source3/winbindd/idmap_tdb_common.c b/source3/winbindd/idmap_tdb_common.c index ffa2bd40eab..ebf1bb90b2c 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); -- 2.11.4.GIT