From 604c3c2b2ac89cf02945d1cf30fb5742d4c2bdcc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 29 Mar 2010 16:59:48 +0200 Subject: [PATCH] s3: Fix bug 7212, "getent group does not return group members" --- source3/winbindd/wb_next_grent.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/source3/winbindd/wb_next_grent.c b/source3/winbindd/wb_next_grent.c index 0e9dbd5..d053700 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); -- 1.5.6.5