From da8d0263806260fdb4973f22fc874710bd490421 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 18 Nov 2012 19:58:07 +0100 Subject: s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs() Signed-off-by: Michael Adam Reviewed-by: Stefan Metzmacher --- source3/winbindd/winbindd_dual_srv.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/winbindd/winbindd_dual_srv.c b/source3/winbindd/winbindd_dual_srv.c index bb0f2253ba..9fb29115cd 100644 --- a/source3/winbindd/winbindd_dual_srv.c +++ b/source3/winbindd/winbindd_dual_srv.c @@ -215,6 +215,9 @@ NTSTATUS _wbint_Sids2UnixIDs(struct pipes_struct *p, DEBUG(10, ("sids_to_unixids returned %s\n", nt_errstr(status))); + /* + * Extract the results for handing them back to the caller. + */ for (j=0; jin.ids->ids[id_idx[j]]; -- cgit