diff options
author | Andreas Schneider <asn@samba.org> | 2012-12-06 18:06:59 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2012-12-12 09:42:33 +0100 |
commit | 7d20934693174deac1f94a250ee9a2d39a7a8c8c (patch) | |
tree | 29733c58ddbd10579af389e930e906bf691b5ed3 /source3/lib/netapi | |
parent | 5bc5761c06decc6b1fadff5f246c820e1db3fed3 (diff) | |
download | samba-7d20934693174deac1f94a250ee9a2d39a7a8c8c.tar.gz samba-7d20934693174deac1f94a250ee9a2d39a7a8c8c.tar.bz2 samba-7d20934693174deac1f94a250ee9a2d39a7a8c8c.zip |
s4-netapi: Initialize group_handle of NetGroupGetUsers_r().
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'source3/lib/netapi')
-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; |