From 75a752473f932f84d15ba043c9b9167db10dd572 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 18 Nov 2012 19:29:37 +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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source3/winbindd/winbindd_dual_srv.c b/source3/winbindd/winbindd_dual_srv.c index d39454399e..bb0f2253ba 100644 --- a/source3/winbindd/winbindd_dual_srv.c +++ b/source3/winbindd/winbindd_dual_srv.c @@ -189,6 +189,11 @@ NTSTATUS _wbint_Sids2UnixIDs(struct pipes_struct *p, num_ids = 0; + /* + * Convert the input data into a list of + * id_map structs suitable for handing in + * to the idmap sids_to_unixids method. + */ for (j=0; jin.ids->num_ids; j++) { struct wbint_TransID *id = &r->in.ids->ids[j]; -- cgit