From 73f90b506c5ceff51cd8a6f264dc8fe20dd9351d Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Tue, 26 Apr 2016 13:02:39 +0200 Subject: ssh: remove user_passwords from dumped state --- lib/ssh/src/ssh_connection_handler.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/ssh/src/ssh_connection_handler.erl b/lib/ssh/src/ssh_connection_handler.erl index f2545c93df..46c45b6f68 100644 --- a/lib/ssh/src/ssh_connection_handler.erl +++ b/lib/ssh/src/ssh_connection_handler.erl @@ -1368,6 +1368,7 @@ format_status(terminate, [_, _StateName, D]) -> [decrypted_data_buffer, encrypted_data_buffer, key_exchange_init_msg, + user_passwords, opts, inet_initial_recbuf_size]), SshPropList = fmt_stat_rec(record_info(fields, ssh), D#data.ssh_params, -- cgit v1.2.3