From 8b1651cb5021efdf6ea153b991cdc0ef3da0ffd8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 29 Mar 2010 16:59:48 +0200 Subject: s3: Fix bug 7212, "getent group does not return group members" --- source3/winbindd/wb_next_grent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/wb_next_grent.c') 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); -- cgit