1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3: Fix bug 7212, "getent group does not return group members"

This commit is contained in:
Volker Lendecke 2010-03-29 16:59:48 +02:00
parent 686221eae2
commit 8b1651cb50

View 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);