summaryrefslogtreecommitdiff
path: root/source3/rpcclient
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-16 03:57:09 -0700
committerAndrew Tridgell <tridge@samba.org>2009-09-16 03:57:09 -0700
commit1b3f5cee2e72b8eb3df4836c237255ac7ad57136 (patch)
tree56ab0d2ebb34b9c747c1c2606fc2d617f4b77671 /source3/rpcclient
parent79082f400e3d0c21b53d54bfb42954c2396110b9 (diff)
parent033ced60ac734161686bd3da685f2d7b056e17c8 (diff)
downloadsamba-1b3f5cee2e72b8eb3df4836c237255ac7ad57136.tar.gz
samba-1b3f5cee2e72b8eb3df4836c237255ac7ad57136.tar.bz2
samba-1b3f5cee2e72b8eb3df4836c237255ac7ad57136.zip
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source3/rpcclient')
-rw-r--r--source3/rpcclient/cmd_lsarpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_lsarpc.c b/source3/rpcclient/cmd_lsarpc.c
index b660cfad25..752881c221 100644
--- a/source3/rpcclient/cmd_lsarpc.c
+++ b/source3/rpcclient/cmd_lsarpc.c
@@ -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) {