diff options
author | Michael Adam <obnox@samba.org> | 2012-11-18 19:58:07 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-12-03 08:48:22 +0100 |
commit | da8d0263806260fdb4973f22fc874710bd490421 (patch) | |
tree | 678a2e03b64d5b971d32dca172c45f52072a34de /source3/winbindd | |
parent | 75a752473f932f84d15ba043c9b9167db10dd572 (diff) | |
download | samba-da8d0263806260fdb4973f22fc874710bd490421.tar.gz |
s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs()
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/winbindd_dual_srv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_dual_srv.c b/source3/winbindd/winbindd_dual_srv.c index bb0f2253ba3..9fb29115cdb 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; j<num_ids; j++) { struct wbint_TransID *id = &r->in.ids->ids[id_idx[j]]; |