summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual_srv.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-11-18 19:58:07 +0100
committerStefan Metzmacher <metze@samba.org>2012-12-03 08:48:22 +0100
commitda8d0263806260fdb4973f22fc874710bd490421 (patch)
tree678a2e03b64d5b971d32dca172c45f52072a34de /source3/winbindd/winbindd_dual_srv.c
parent75a752473f932f84d15ba043c9b9167db10dd572 (diff)
downloadsamba-da8d0263806260fdb4973f22fc874710bd490421.tar.gz
samba-da8d0263806260fdb4973f22fc874710bd490421.tar.bz2
samba-da8d0263806260fdb4973f22fc874710bd490421.zip
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/winbindd_dual_srv.c')
-rw-r--r--source3/winbindd/winbindd_dual_srv.c3
1 files changed, 3 insertions, 0 deletions
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; j<num_ids; j++) {
struct wbint_TransID *id = &r->in.ids->ids[id_idx[j]];