summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source3/winbindd/wb_group_members.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/wb_group_members.c b/source3/winbindd/wb_group_members.c
index ecd07cf655..ec36cdacbf 100644
--- a/source3/winbindd/wb_group_members.c
+++ b/source3/winbindd/wb_group_members.c
@@ -139,7 +139,7 @@ static struct tevent_req *wb_groups_members_send(TALLOC_CTX *mem_ctx,
int num_groups,
struct wbint_Principal *groups)
{
- struct tevent_req *req, *subreq;
+ struct tevent_req *req, *subreq = NULL;
struct wb_groups_members_state *state;
NTSTATUS status;
@@ -290,7 +290,7 @@ struct tevent_req *wb_group_members_send(TALLOC_CTX *mem_ctx,
enum lsa_SidType type,
int max_depth)
{
- struct tevent_req *req, *subreq;
+ struct tevent_req *req, *subreq = NULL;
struct wb_group_members_state *state;
NTSTATUS status;