s3: Fix Coverity ID 2288: Uninitialized read
authorVolker Lendecke <vl@samba.org>
Tue, 15 Mar 2011 09:52:49 +0000 (10:52 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 15 Mar 2011 10:10:43 +0000 (11:10 +0100)
commit09677d664f2a5c254549597f5b2b5203fcb0a23e
tree589eb9a28e2a99fc73c091b6ee5715f740ea8a44
parentcc90415062c4f1c68005fc3ff2958c189a88d949
s3: Fix Coverity ID 2288: Uninitialized read

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