summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/winbindd_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c
index 465477cd0e..2d83dd3870 100644
--- a/source3/nsswitch/winbindd_group.c
+++ b/source3/nsswitch/winbindd_group.c
@@ -456,7 +456,7 @@ static NTSTATUS expand_groups( TALLOC_CTX *ctx,
TALLOC_FREE( tmp_ctx );
}
- new_glist = &new_groups;
+ *new_glist = new_groups;
*n_new_glist = (uint32)new_groups_size;
out: