summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_next_grent.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-03-29 16:59:48 +0200
committerVolker Lendecke <vl@samba.org>2010-03-29 15:03:18 +0200
commit8b1651cb5021efdf6ea153b991cdc0ef3da0ffd8 (patch)
tree83a989f3730b2713017f8d5497c765cf385f0547 /source3/winbindd/wb_next_grent.c
parent686221eae28ff58fb048fdc7132e1413dedb6eb9 (diff)
downloadsamba-8b1651cb5021efdf6ea153b991cdc0ef3da0ffd8.tar.gz
samba-8b1651cb5021efdf6ea153b991cdc0ef3da0ffd8.tar.bz2
samba-8b1651cb5021efdf6ea153b991cdc0ef3da0ffd8.zip
s3: Fix bug 7212, "getent group does not return group members"
Diffstat (limited to 'source3/winbindd/wb_next_grent.c')
-rw-r--r--source3/winbindd/wb_next_grent.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/wb_next_grent.c b/source3/winbindd/wb_next_grent.c
index 0e9dbd56d4..d05370038b 100644
--- a/source3/winbindd/wb_next_grent.c
+++ b/source3/winbindd/wb_next_grent.c
@@ -49,6 +49,7 @@ struct tevent_req *wb_next_grent_send(TALLOC_CTX *mem_ctx,
state->ev = ev;
state->gstate = gstate;
state->gr = gr;
+ state->max_nesting = max_nesting;
if (state->gstate->next_group >= state->gstate->num_groups) {
TALLOC_FREE(state->gstate->groups);