From ae28029f6788c2cbb31b2f1c9d0bf47d75bf398d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 3 Mar 2011 15:26:12 +0100 Subject: s3: Remove an obsolete comment --- source3/passdb/lookup_sid.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/passdb') 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, -- cgit