From ba3bd714f1c09e8bd8db0253ac18021cfabee28f Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Wed, 4 Feb 2015 14:29:58 +0100 Subject: Fix ssh:connect erroneus error msg at timeout --- lib/ssh/src/ssh_connection_handler.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ssh/src') diff --git a/lib/ssh/src/ssh_connection_handler.erl b/lib/ssh/src/ssh_connection_handler.erl index 915060c426..68523aa72b 100644 --- a/lib/ssh/src/ssh_connection_handler.erl +++ b/lib/ssh/src/ssh_connection_handler.erl @@ -1711,7 +1711,7 @@ handshake(Pid, Ref, Timeout) -> {error, Reason} after Timeout -> stop(Pid), - {error, Timeout} + {error, timeout} end. start_timeout(_,_, infinity) -> -- cgit v1.2.3