diff options
author | Ingela Anderton Andin <[email protected]> | 2014-10-17 09:53:02 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-10-17 11:51:56 +0200 |
commit | 6351f65ae896274c7ff1cc62561a20b7c37b324c (patch) | |
tree | 41a9e1d6a3aaffa4fac8c45b66e33d2701d1795e /lib/ssh/src/ssh_connection.erl | |
parent | 545a85827e65c9939b701a87b60adf7a58c373fa (diff) | |
download | otp-6351f65ae896274c7ff1cc62561a20b7c37b324c.tar.gz otp-6351f65ae896274c7ff1cc62561a20b7c37b324c.tar.bz2 otp-6351f65ae896274c7ff1cc62561a20b7c37b324c.zip |
ssh: Gracefully handle bad handshake messages
Diffstat (limited to 'lib/ssh/src/ssh_connection.erl')
-rw-r--r-- | lib/ssh/src/ssh_connection.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_connection.erl b/lib/ssh/src/ssh_connection.erl index 33849f4527..83bfad7900 100644 --- a/lib/ssh/src/ssh_connection.erl +++ b/lib/ssh/src/ssh_connection.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2008-2013. All Rights Reserved. +%% Copyright Ericsson AB 2008-2014. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in |