diff options
-rw-r--r-- | source3/lib/netapi/group.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; |