From 67cd2f9d867fad1f7df2d6a6a5cdb723336ac495 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 9 Jun 2011 13:36:54 +0200 Subject: s3:idmap_tdb2: remove a legacy comment --- source3/winbindd/idmap_tdb2.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index f0c6fc0418..723afbc01f 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; } -- cgit