summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_rpc.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-02-20 15:15:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:42 -0500
commitdc0ec444833be678c5f8cdcf861a46ebe3d2955c (patch)
treeef9920152c90ce4397d3da1846d96eb8d70e52a2 /source3/nsswitch/winbindd_rpc.c
parent0d63de34ba497a882e2be76188280ee465149658 (diff)
downloadsamba-dc0ec444833be678c5f8cdcf861a46ebe3d2955c.tar.gz
samba-dc0ec444833be678c5f8cdcf861a46ebe3d2955c.tar.bz2
samba-dc0ec444833be678c5f8cdcf861a46ebe3d2955c.zip
r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 rejects
everything but 1000 here, so there's no point in exposing that to the caller. Thanks, Volker (This used to be commit 03ec1bd9e54b065c0494bc57a3d78ac0ae28e234)
Diffstat (limited to 'source3/nsswitch/winbindd_rpc.c')
-rw-r--r--source3/nsswitch/winbindd_rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_rpc.c b/source3/nsswitch/winbindd_rpc.c
index b4d8cc3956..42f451c505 100644
--- a/source3/nsswitch/winbindd_rpc.c
+++ b/source3/nsswitch/winbindd_rpc.c
@@ -723,7 +723,7 @@ static NTSTATUS lookup_groupmem(struct winbindd_domain *domain,
/* Lookup a chunk of rids */
result = cli_samr_lookup_rids(hnd->cli, mem_ctx,
- &dom_pol, 1000, /* flags */
+ &dom_pol,
num_lookup_rids,
&rid_mem[i],
&tmp_num_names,