diff options
author | Hans Nilsson <[email protected]> | 2017-04-06 16:05:19 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-04-06 16:05:19 +0200 |
commit | 63ab1898f427ec964374661279a486554b3eceba (patch) | |
tree | 85e27ca011d3b122e4c57fcbb1055c6662ce0630 | |
parent | 7504aef08abb050d5c3d56f77704d21e15a85b62 (diff) | |
parent | 9d174dd62112ec5129b66ffafc1d99650f037d54 (diff) | |
download | otp-63ab1898f427ec964374661279a486554b3eceba.tar.gz otp-63ab1898f427ec964374661279a486554b3eceba.tar.bz2 otp-63ab1898f427ec964374661279a486554b3eceba.zip |
Merge branch 'hans/ssh/idle_time_server/OTP-14312'
-rw-r--r-- | lib/ssh/src/ssh_connection_handler.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_connection_handler.erl b/lib/ssh/src/ssh_connection_handler.erl index 15a05a1b85..5a13209ae3 100644 --- a/lib/ssh/src/ssh_connection_handler.erl +++ b/lib/ssh/src/ssh_connection_handler.erl @@ -1285,7 +1285,6 @@ handle_event(info, {'EXIT', _Sup, Reason}, _, _) -> {stop, {shutdown, Reason}}; handle_event(info, check_cache, _, D) -> -ct:pal("check_cache",[]), {keep_state, cache_check_set_idle_timer(D)}; handle_event(info, UnexpectedMessage, StateName, D = #data{ssh_params = Ssh}) -> |