diff options
-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, |