diff options
author | Michael Adam <obnox@samba.org> | 2011-06-09 13:35:21 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-07-27 04:29:05 +0200 |
commit | 4b5ada3d27198b49771acb70ae979087235be783 (patch) | |
tree | 2de03f7d7e4d1c7559cef8e3438b2281c03126ab /source3 | |
parent | 551185573899b6e608863f833633d40ae04458d8 (diff) | |
download | samba-4b5ada3d27198b49771acb70ae979087235be783.tar.gz samba-4b5ada3d27198b49771acb70ae979087235be783.tar.bz2 samba-4b5ada3d27198b49771acb70ae979087235be783.zip |
s3:idmap_tdb2: remove legacy comment
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |