s3:winbindd: initialize an [in,out] variable in rpc_try_lookup_sids3()
commite5d309d4328a1391ebd39dd487c100abdb9cb091
authorStefan Metzmacher <metze@samba.org>
Thu, 16 Jul 2015 04:57:50 +0000 (16 06:57 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 17 Jul 2015 14:01:14 +0000 (17 16:01 +0200)
treef9b6f72334c05928378434663ba33b030699e36d
parent109ff388fd5e1306189d680a8f964a69374f1b01
s3:winbindd: initialize an [in,out] variable in rpc_try_lookup_sids3()

The input value of count is ignored by the server,
but we should not send an uninitialized value.

Found by valgrind.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/winbindd/winbindd_rpc.c