s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_names_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)
commit569c910b950df24b22777c545fe9f6427a19b035
tree87dabb38867d0005f229b79c8b42d195ded6fbb0
parent5cae7da1de302b38ee0059590b1e93a3d60ee42c
s3:cli_lsarpc: use talloc_zero_array() in dcerpc_lsa_lookup_names_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