diff options
author | Hans Nilsson <[email protected]> | 2017-01-26 13:06:12 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-01-26 13:06:12 +0100 |
commit | 07960ad67be6be5afbb4e757d453b5982c3ceb66 (patch) | |
tree | da244b0b13640a925e9bb813f387aec62f339aba /lib/ssh | |
parent | 0101b6f2ce1ae13b745b023d442a0928cb70ea1a (diff) | |
parent | 5cce2a35e902e2fd82ae488a74dd0dd08f3f4b20 (diff) | |
download | otp-07960ad67be6be5afbb4e757d453b5982c3ceb66.tar.gz otp-07960ad67be6be5afbb4e757d453b5982c3ceb66.tar.bz2 otp-07960ad67be6be5afbb4e757d453b5982c3ceb66.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/ssh')
-rw-r--r-- | lib/ssh/src/ssh_transport.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_transport.erl b/lib/ssh/src/ssh_transport.erl index 53e9ef485b..37ec984237 100644 --- a/lib/ssh/src/ssh_transport.erl +++ b/lib/ssh/src/ssh_transport.erl @@ -432,7 +432,7 @@ handle_kex_dh_gex_request(#ssh_msg_kex_dh_gex_request{min = Min0, ssh_packet(#ssh_msg_kex_dh_gex_group{p = P, g = G}, Ssh0), {ok, SshPacket, Ssh#ssh{keyex_key = {{Private, Public}, {G, P}}, - keyex_info = {Min, Max, NBits} + keyex_info = {Min0, Max0, NBits} }}; {error,_} -> ssh_connection_handler:disconnect( |