s3: Fix Coverity ID 2278: Uninitialized read
commit62a0c43dc86f1800e537f116dee283a6c6cd5f48
authorVolker Lendecke <vl@samba.org>
Tue, 15 Mar 2011 10:09:26 +0000 (15 11:09 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 15 Mar 2011 11:58:13 +0000 (15 12:58 +0100)
tree986ac9ab8510c54c40e210e9225cd1fc80f2099b
parentc7ce5abace50a5b079aca5a1a18f916576e57bd2
s3: Fix Coverity ID 2278: Uninitialized read

We passed the structure including the uninitialized elements to
dcerpc_winreg_SetValue.
source3/rpc_client/cli_winreg.c