diff options
author | Hans Nilsson <[email protected]> | 2014-10-22 19:10:03 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-10-22 19:11:05 +0200 |
commit | 6fa193984c0d6e64088f10c1384f7ab28bb4d8c3 (patch) | |
tree | 1aa2aba3b9ed15195dda78391e858d510264cb9b /lib/ssh/src | |
parent | 812f99c991409dc97b7d3ab0ef85220e61e2fca5 (diff) | |
download | otp-6fa193984c0d6e64088f10c1384f7ab28bb4d8c3.tar.gz otp-6fa193984c0d6e64088f10c1384f7ab28bb4d8c3.tar.bz2 otp-6fa193984c0d6e64088f10c1384f7ab28bb4d8c3.zip |
ssh: remove supervisors for crashed connection worker
Diffstat (limited to 'lib/ssh/src')
-rw-r--r-- | lib/ssh/src/ssh_connection_handler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_connection_handler.erl b/lib/ssh/src/ssh_connection_handler.erl index bb86b719bc..fa107be1b1 100644 --- a/lib/ssh/src/ssh_connection_handler.erl +++ b/lib/ssh/src/ssh_connection_handler.erl @@ -173,7 +173,7 @@ init([Role, Socket, SshOpts]) -> State#state{ssh_params = Ssh}) catch _:Error -> - gen_fsm:enter_loop(?MODULE, [], error, {Error, State0}) + gen_fsm:enter_loop(?MODULE, [], error, {Error, State}) end. %% Temporary fix for the Nessus error. SYN-> <-SYNACK ACK-> RST-> ? |