diff options
author | Niclas Eklund <[email protected]> | 2011-05-06 17:37:01 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-06 17:37:01 +0200 |
commit | b95606315ee69c56f231558c58ad87de77cb28f3 (patch) | |
tree | 0a8686a957d3e9cae31ac9d53c1c8982e632ff33 /lib/ssh/vsn.mk | |
parent | c2d329efd69a6040c94a724c935ce18e7edf0afe (diff) | |
download | otp-b95606315ee69c56f231558c58ad87de77cb28f3.tar.gz otp-b95606315ee69c56f231558c58ad87de77cb28f3.tar.bz2 otp-b95606315ee69c56f231558c58ad87de77cb28f3.zip |
An unexpected message would crash the ssh_connection_handler and close the connection.
Now an error message is generated instead.
Diffstat (limited to 'lib/ssh/vsn.mk')
-rw-r--r-- | lib/ssh/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/vsn.mk b/lib/ssh/vsn.mk index d0861b3ddc..d79038df29 100644 --- a/lib/ssh/vsn.mk +++ b/lib/ssh/vsn.mk @@ -1,5 +1,5 @@ #-*-makefile-*- ; force emacs to enter makefile-mode -SSH_VSN = 2.0.6 +SSH_VSN = 2.0.7 APP_VSN = "ssh-$(SSH_VSN)" |