summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_next_grent.c
diff options
context:
space:
mode:
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);