aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_cli.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-01-28 10:26:10 +0100
committerIngela Anderton Andin <[email protected]>2013-01-28 10:26:10 +0100
commitcab17a9f36d2343e01f6aef64416d2a42308c25b (patch)
tree3a967eb1439bf63b786c0647924341f2a99e1793 /lib/ssh/src/ssh_cli.erl
parentd1b2ad49e74dc78cee737469b467e056a0b07f55 (diff)
parent089f235dd2c2945a63383e79e02616c1a99b50a6 (diff)
downloadotp-cab17a9f36d2343e01f6aef64416d2a42308c25b.tar.gz
otp-cab17a9f36d2343e01f6aef64416d2a42308c25b.tar.bz2
otp-cab17a9f36d2343e01f6aef64416d2a42308c25b.zip
Merge branch 'ia/ssh/dialyzer-and-doc'
* ia/ssh/dialyzer-and-doc: ssh: Fix dialyzer and doc warnings
Diffstat (limited to 'lib/ssh/src/ssh_cli.erl')
-rw-r--r--lib/ssh/src/ssh_cli.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_cli.erl b/lib/ssh/src/ssh_cli.erl
index 4299e100a4..7232cc482c 100644
--- a/lib/ssh/src/ssh_cli.erl
+++ b/lib/ssh/src/ssh_cli.erl
@@ -24,7 +24,7 @@
-module(ssh_cli).
--behaviour(ssh_channel).
+-behaviour(ssh_daemon_channel).
-include("ssh.hrl").
-include("ssh_connect.hrl").