From 55019ced08d235a3ba9ae27b06379fcb827f9b28 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 9 Jun 2011 13:36:54 +0200 Subject: [PATCH] s3:idmap_tdb2: remove a legacy comment (cherry picked from commit 67cd2f9d867fad1f7df2d6a6a5cdb723336ac495) --- source3/winbindd/idmap_tdb2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index f0c6fc04188..723afbc01ff 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -675,7 +675,6 @@ static NTSTATUS idmap_tdb2_sid_to_id(struct idmap_domain *dom, struct id_map *ma } ret = idmap_tdb2_script(ctx, map, "SIDTOID %s", keystr); - /* store it on shared storage */ if (!NT_STATUS_IS_OK(ret)) { goto done; } -- 2.11.4.GIT