diff options
author | Hans Nilsson <[email protected]> | 2016-04-26 13:02:39 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-04-27 13:36:53 +0200 |
commit | 73f90b506c5ceff51cd8a6f264dc8fe20dd9351d (patch) | |
tree | a017c91d3632705b1659c177bcc7c8eb81763cd3 /lib/ssh/src | |
parent | 0594459c07da22dd527d06ad694f30bbdd443c6e (diff) | |
download | otp-73f90b506c5ceff51cd8a6f264dc8fe20dd9351d.tar.gz otp-73f90b506c5ceff51cd8a6f264dc8fe20dd9351d.tar.bz2 otp-73f90b506c5ceff51cd8a6f264dc8fe20dd9351d.zip |
ssh: remove user_passwords from dumped state
Diffstat (limited to 'lib/ssh/src')
-rw-r--r-- | lib/ssh/src/ssh_connection_handler.erl | 1 |
1 files changed, 1 insertions, 0 deletions
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, |