aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-10-22 19:10:03 +0200
committerHans Nilsson <[email protected]>2014-10-22 19:11:05 +0200
commit6fa193984c0d6e64088f10c1384f7ab28bb4d8c3 (patch)
tree1aa2aba3b9ed15195dda78391e858d510264cb9b
parent812f99c991409dc97b7d3ab0ef85220e61e2fca5 (diff)
downloadotp-6fa193984c0d6e64088f10c1384f7ab28bb4d8c3.tar.gz
otp-6fa193984c0d6e64088f10c1384f7ab28bb4d8c3.tar.bz2
otp-6fa193984c0d6e64088f10c1384f7ab28bb4d8c3.zip
ssh: remove supervisors for crashed connection worker
-rw-r--r--lib/ssh/src/ssh_connection_handler.erl2
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-> ?