summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_util.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-11-19 05:23:59 +0000
committerTim Potter <tpot@samba.org>2001-11-19 05:23:59 +0000
commit15c6ab0f2ddb1063bffc1e6522f6a1ca83bb4b8f (patch)
tree2d0b38cd2ee0e3d6a39c29e34b07c24a430c2f96 /source3/nsswitch/winbindd_util.c
parent0085229b2a2da40867863792230c179b9287336b (diff)
downloadsamba-15c6ab0f2ddb1063bffc1e6522f6a1ca83bb4b8f.tar.gz
samba-15c6ab0f2ddb1063bffc1e6522f6a1ca83bb4b8f.tar.bz2
samba-15c6ab0f2ddb1063bffc1e6522f6a1ca83bb4b8f.zip
Merge from 2.2.
(This used to be commit ebd46aebf921c0026791ffb0afdcffaecb496e8c)
Diffstat (limited to 'source3/nsswitch/winbindd_util.c')
-rw-r--r--source3/nsswitch/winbindd_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_util.c b/source3/nsswitch/winbindd_util.c
index 6883a86d68..65012e0f1c 100644
--- a/source3/nsswitch/winbindd_util.c
+++ b/source3/nsswitch/winbindd_util.c
@@ -404,7 +404,7 @@ BOOL winbindd_lookup_usergroups(struct winbindd_domain *domain,
/* Query user rids */
- result = cli_samr_query_usergroups(hnd->cli, mem_ctx, &hnd->pol,
+ result = cli_samr_query_usergroups(hnd->cli, mem_ctx, &user_pol,
num_groups, user_groups);
done: