From 4b5ada3d27198b49771acb70ae979087235be783 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 9 Jun 2011 13:35:21 +0200 Subject: s3:idmap_tdb2: remove legacy comment --- source3/winbindd/idmap_tdb2.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/winbindd') 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; } -- cgit