From 7d20934693174deac1f94a250ee9a2d39a7a8c8c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 6 Dec 2012 18:06:59 +0100 Subject: s4-netapi: Initialize group_handle of NetGroupGetUsers_r(). Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner --- source3/lib/netapi/group.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/lib/netapi/group.c b/source3/lib/netapi/group.c index 710ec3790f..3c1618e77b 100644 --- a/source3/lib/netapi/group.c +++ b/source3/lib/netapi/group.c @@ -1459,6 +1459,7 @@ WERROR NetGroupGetUsers_r(struct libnetapi_ctx *ctx, ZERO_STRUCT(connect_handle); ZERO_STRUCT(domain_handle); + ZERO_STRUCT(group_handle); if (!r->out.buffer) { return WERR_INVALID_PARAM; -- cgit