s3: Fix Coverity ID 2278: Uninitialized read
authorVolker Lendecke <vl@samba.org>
Tue, 15 Mar 2011 10:09:26 +0000 (11:09 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 15 Mar 2011 10:10:46 +0000 (11:10 +0100)
commitd9a58791b0e0c65556c055fcfff970b77d893f39
tree44fad257d91a29996f346f5208e3b8597b2301e7
parentf0d491205c75a7f5165d8b909590925ac80ca1c7
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