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:
parent
686221eae2
commit
8b1651cb50
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user