diff options
author | Michael Adam <obnox@samba.org> | 2011-06-09 13:36:54 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-27 04:29:05 +0200 |
commit | 67cd2f9d867fad1f7df2d6a6a5cdb723336ac495 (patch) | |
tree | 00648ade9b0f119ca129ec774320ae7b133443ef | |
parent | 4b5ada3d27198b49771acb70ae979087235be783 (diff) | |
download | samba-67cd2f9d867fad1f7df2d6a6a5cdb723336ac495.tar.gz samba-67cd2f9d867fad1f7df2d6a6a5cdb723336ac495.tar.bz2 samba-67cd2f9d867fad1f7df2d6a6a5cdb723336ac495.zip |
s3:idmap_tdb2: remove a legacy comment
-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; } |