diff options
author | Ingela Anderton Andin <[email protected]> | 2013-01-24 16:51:42 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-01-25 09:22:20 +0100 |
commit | 089f235dd2c2945a63383e79e02616c1a99b50a6 (patch) | |
tree | 00c47ade0de558d12a23accc01fafdddf6251b46 /lib/ssh/src/ssh_cli.erl | |
parent | 0ab216f3dc96890b50f7430895ad5d7f6251f129 (diff) | |
download | otp-089f235dd2c2945a63383e79e02616c1a99b50a6.tar.gz otp-089f235dd2c2945a63383e79e02616c1a99b50a6.tar.bz2 otp-089f235dd2c2945a63383e79e02616c1a99b50a6.zip |
ssh: Fix dialyzer and doc warnings
Diffstat (limited to 'lib/ssh/src/ssh_cli.erl')
-rw-r--r-- | lib/ssh/src/ssh_cli.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/src/ssh_cli.erl b/lib/ssh/src/ssh_cli.erl index c8c610f8ef..7232cc482c 100644 --- a/lib/ssh/src/ssh_cli.erl +++ b/lib/ssh/src/ssh_cli.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2005-2011. All Rights Reserved. +%% Copyright Ericsson AB 2005-2013. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -24,7 +24,7 @@ -module(ssh_cli). --behaviour(ssh_channel). +-behaviour(ssh_daemon_channel). -include("ssh.hrl"). -include("ssh_connect.hrl"). |