diff options
author | Günther Deschner <gd@samba.org> | 2008-03-29 00:49:09 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-29 00:49:09 +0100 |
commit | 9e328fe94281a0ac35d3fd2117f55aaf329e3972 (patch) | |
tree | b288e0238faacdbc50e0a62759d5f476119be446 /source3/utils | |
parent | 4ce88f719e38ade76f7bcfd2e5b9932d864e4b20 (diff) | |
download | samba-9e328fe94281a0ac35d3fd2117f55aaf329e3972.tar.gz samba-9e328fe94281a0ac35d3fd2117f55aaf329e3972.tar.bz2 samba-9e328fe94281a0ac35d3fd2117f55aaf329e3972.zip |
Zero initial return_authenticator in net rpc samdump.
Guenther
(This used to be commit 73ead752c5ec7104ea0eed7d963dc36467c81981)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc_samsync.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_rpc_samsync.c b/source3/utils/net_rpc_samsync.c index 80bc6eeacb..87d35b3ef6 100644 --- a/source3/utils/net_rpc_samsync.c +++ b/source3/utils/net_rpc_samsync.c @@ -337,6 +337,8 @@ static void dump_database(struct rpc_pipe_client *pipe_hnd, uint16_t restart_state = 0; uint32_t sync_context = 0; + ZERO_STRUCT(return_authenticator); + if (!(mem_ctx = talloc_init("dump_database"))) { return; } |