diff options
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |