idmap_tdb_common: remove legacy comment.
authorMichael Adam <obnox@samba.org>
Fri, 11 Apr 2014 21:52:20 +0000 (23:52 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 25 Apr 2014 13:35:08 +0000 (15:35 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/winbindd/idmap_tdb_common.c

index ffa2bd40eabfa8d53302fbf8fa7e56aacaf52d3e..ebf1bb90b2cb9aee38f173f980e46624ba22b3f7 100644 (file)
@@ -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);