diff options
author | Hans Nilsson <[email protected]> | 2016-03-29 10:52:46 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-03-29 15:55:04 +0200 |
commit | 0aa6120cb15e6b7c1d819073fa5c557899c6aaa4 (patch) | |
tree | bf86c2f95dc0875783f9240a9e6af47cbff7c2f0 /lib/ssh/src | |
parent | ac5b738e4a9d2bc87966d265b90f82422d92b5c5 (diff) | |
download | otp-0aa6120cb15e6b7c1d819073fa5c557899c6aaa4.tar.gz otp-0aa6120cb15e6b7c1d819073fa5c557899c6aaa4.tar.bz2 otp-0aa6120cb15e6b7c1d819073fa5c557899c6aaa4.zip |
ssh: app-file updated with the experimental ssh_dbg module
Diffstat (limited to 'lib/ssh/src')
-rw-r--r-- | lib/ssh/src/ssh.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/src/ssh.app.src b/lib/ssh/src/ssh.app.src index 4a76fd9cd3..c67350bf72 100644 --- a/lib/ssh/src/ssh.app.src +++ b/lib/ssh/src/ssh.app.src @@ -18,6 +18,7 @@ ssh_connection_handler, ssh_connection_sup, ssh_daemon_channel, + ssh_dbg, ssh_shell, sshc_sup, sshd_sup, |