s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_sids_generic()
authorStefan Metzmacher <metze@samba.org>
Fri, 2 Feb 2018 11:07:11 +0000 (12:07 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 21 Feb 2018 13:19:17 +0000 (14:19 +0100)
commit5cae7da1de302b38ee0059590b1e93a3d60ee42c
tree899a70571be8fddccee4ecb43f6b953652063dd4
parentb5ffa0e21f74fa0c452df38cf50e542eb278562d
s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_sids_generic()

It just feels better for such a complex function.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13281

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/rpc_client/cli_lsarpc.c