diff options
author | Henrik Nord <[email protected]> | 2014-02-14 15:58:44 +0100 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2014-02-14 15:59:01 +0100 |
commit | 90f9fb016d199ef518737d1cd85c364a93891bd6 (patch) | |
tree | 537036777fed463880c750010cd3bc4115d3e86c /lib/ssh/src/ssh_connection_handler.erl | |
parent | ed2c247a0f1b30f899929ed1231566b29d86dc47 (diff) | |
parent | b246e47d53d4b738fe47df1d7bf71138a8501e02 (diff) | |
download | otp-90f9fb016d199ef518737d1cd85c364a93891bd6.tar.gz otp-90f9fb016d199ef518737d1cd85c364a93891bd6.tar.bz2 otp-90f9fb016d199ef518737d1cd85c364a93891bd6.zip |
Merge branch 'weisslj/ssh-spec-doc-fixes'
* weisslj/ssh-spec-doc-fixes:
ssh: Fix dialyzer type specs and documentation
OTP-11705
Diffstat (limited to 'lib/ssh/src/ssh_connection_handler.erl')
-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 3462b98172..070a2db5a8 100644 --- a/lib/ssh/src/ssh_connection_handler.erl +++ b/lib/ssh/src/ssh_connection_handler.erl @@ -157,7 +157,7 @@ init([Role, Socket, SshOpts]) -> %%-------------------------------------------------------------------- -spec open_channel(pid(), string(), iodata(), integer(), integer(), - timeout()) -> {open, channel_id()} | {open_error, term(), string(), string()}. + timeout()) -> {open, channel_id()} | {error, term()}. %%-------------------------------------------------------------------- open_channel(ConnectionHandler, ChannelType, ChannelSpecificData, InitialWindowSize, |