From 349b9ac05242f87fa5afcc06c72ccc02bdb05d8b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 9 Nov 2012 16:09:59 +0100 Subject: s3:winbindd: add explaining comment winbindd_sids_to_xids_send() Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- source3/winbindd/winbindd_sids_to_xids.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/winbindd/winbindd_sids_to_xids.c b/source3/winbindd/winbindd_sids_to_xids.c index 0b040569e7..518606dcde 100644 --- a/source3/winbindd/winbindd_sids_to_xids.c +++ b/source3/winbindd/winbindd_sids_to_xids.c @@ -91,6 +91,11 @@ struct tevent_req *winbindd_sids_to_xids_send(TALLOC_CTX *mem_ctx, return tevent_req_post(req, ev); } + /* + * Extract those sids that can not be resolved from cache + * into a separate list to be handed to id mapping, keeping + * the same index. + */ for (i=0; inum_sids; i++) { DEBUG(10, ("SID %d: %s\n", (int)i, -- cgit