summaryrefslogtreecommitdiffstats
path: root/source4/winbind/wb_irpc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-07-26 10:50:22 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-09-08 15:09:54 +0200
commit5e1e33114c3aa62221ac1bf82eaaf2b3a2ac1efa (patch)
tree66cfe04c0f050b8a013fc0949ca297037ada1781 /source4/winbind/wb_irpc.c
parentab2ca882e1bf0674bd06fd4009caedcca2410b73 (diff)
downloadsamba-5e1e33114c3aa62221ac1bf82eaaf2b3a2ac1efa.tar.gz
samba-5e1e33114c3aa62221ac1bf82eaaf2b3a2ac1efa.tar.xz
samba-5e1e33114c3aa62221ac1bf82eaaf2b3a2ac1efa.zip
s4-winbind: added count argument to wb_sids2xids_recv()
this allows callers to know how many SIDs were mapped Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/winbind/wb_irpc.c')
-rw-r--r--source4/winbind/wb_irpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_irpc.c b/source4/winbind/wb_irpc.c
index 1eed89fd412..2f2b0780c7b 100644
--- a/source4/winbind/wb_irpc.c
+++ b/source4/winbind/wb_irpc.c
@@ -172,7 +172,7 @@ static void wb_irpc_get_idmap_callback(struct composite_context *ctx)
switch(s->level) {
case WINBIND_IDMAP_LEVEL_SIDS_TO_XIDS:
- status = wb_sids2xids_recv(ctx, &s->req->out.ids);
+ status = wb_sids2xids_recv(ctx, &s->req->out.ids, NULL);
break;
case WINBIND_IDMAP_LEVEL_XIDS_TO_SIDS:
status = wb_xids2sids_recv(ctx, &s->req->out.ids);