diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c index df2a75c244..e851001403 100644 --- a/source3/nsswitch/winbindd_group.c +++ b/source3/nsswitch/winbindd_group.c @@ -391,7 +391,7 @@ static NTSTATUS expand_groups( TALLOC_CTX *ctx, char ***members, uint32 *n_members ) { int i, j; - NTSTATUS status; + NTSTATUS status = NT_STATUS_OK; uint32 num_names = 0; uint32 *name_types = NULL; char **names = NULL; |