s3-rpcclient: Fix Coverity #935: UNINIT.
authorGünther Deschner <gd@samba.org>
Wed, 16 Sep 2009 08:14:05 +0000 (10:14 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 16 Sep 2009 08:29:35 +0000 (10:29 +0200)
Guenther

source3/rpcclient/cmd_lsarpc.c

index b660cfad2568bcea304ab2d543038eee39e16e91..752881c2210f5ddca7dbb879270e1e0e69406900 100644 (file)
@@ -1731,7 +1731,7 @@ static NTSTATUS cmd_lsa_retrieve_private_data(struct rpc_pipe_client *cli,
        struct lsa_String name;
        struct lsa_DATA_BUF *val;
        DATA_BLOB session_key;
-       DATA_BLOB blob;
+       DATA_BLOB blob = data_blob_null;
        char *secret;
 
        if (argc < 2) {