s3: Fix bug 7212, "getent group does not return group members"
authorVolker Lendecke <vl@samba.org>
Mon, 29 Mar 2010 14:59:48 +0000 (16:59 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 29 Mar 2010 13:03:18 +0000 (15:03 +0200)
source3/winbindd/wb_next_grent.c

index 0e9dbd56d4a9335465750f002a9b3a445d7f6e2b..d05370038b3dc3605b2e4a2683d0015e45a306b5 100644 (file)
@@ -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);