diff options
author | Volker Lendecke <vl@samba.org> | 2011-03-03 15:26:12 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-03-03 22:08:49 +0100 |
commit | ae28029f6788c2cbb31b2f1c9d0bf47d75bf398d (patch) | |
tree | dccd16086700fc97dfb49ca744e389e703d79b68 /source3/passdb | |
parent | 01da00abfd8763f43ec1f155ed87df4a394c01c9 (diff) | |
download | samba-ae28029f6788c2cbb31b2f1c9d0bf47d75bf398d.tar.gz samba-ae28029f6788c2cbb31b2f1c9d0bf47d75bf398d.tar.bz2 samba-ae28029f6788c2cbb31b2f1c9d0bf47d75bf398d.zip |
s3: Remove an obsolete comment
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/lookup_sid.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c index 68072f3096..0901319c8c 100644 --- a/source3/passdb/lookup_sid.c +++ b/source3/passdb/lookup_sid.c @@ -728,9 +728,7 @@ static bool check_dom_sid_to_level(const struct dom_sid *sid, int level) * This attempts to be as efficient as possible: It collects all SIDs * belonging to a domain and hands them in bulk to the appropriate lookup * function. In particular pdb_lookup_rids with ldapsam_trusted benefits - * *hugely* from this. Winbind is going to be extended with a lookup_rids - * interface as well, so on a DC we can do a bulk lsa_lookuprids to the - * appropriate DC. + * *hugely* from this. */ NTSTATUS lookup_sids(TALLOC_CTX *mem_ctx, int num_sids, |