diff options
author | Ingela Anderton Andin <[email protected]> | 2013-01-28 10:26:10 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-01-28 10:26:10 +0100 |
commit | cab17a9f36d2343e01f6aef64416d2a42308c25b (patch) | |
tree | 3a967eb1439bf63b786c0647924341f2a99e1793 /lib/ssh/src/ssh.app.src | |
parent | d1b2ad49e74dc78cee737469b467e056a0b07f55 (diff) | |
parent | 089f235dd2c2945a63383e79e02616c1a99b50a6 (diff) | |
download | otp-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.app.src')
-rw-r--r-- | lib/ssh/src/ssh.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index a0ba7cf7d9..49707f3378 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -17,6 +17,7 @@ ssh_connection_handler, ssh_connection_manager, ssh_connection_sup, + ssh_daemon_channel, ssh_shell, sshc_sup, sshd_sup, @@ -29,7 +30,6 @@ ssh_sftpd, ssh_sftpd_file, ssh_sftpd_file_api, - ssh_subsystem, ssh_subsystem_sup, ssh_sup, ssh_system_sup, |