diff options
| author | Niclas Eklund <[email protected]> | 2011-06-10 13:35:47 +0200 | 
|---|---|---|
| committer | Ingela Anderton Andin <[email protected]> | 2012-12-13 12:08:43 +0100 | 
| commit | c6d03c10d7cd9a4d2d56a6acd471ba623b5a73a4 (patch) | |
| tree | e12f304bf9e208c75c4a04e576458b8e037f3b83 /lib/ssh/src | |
| parent | 6bc9c65ae207ebc2fba03521c2ca3b84264a1dcf (diff) | |
| download | otp-c6d03c10d7cd9a4d2d56a6acd471ba623b5a73a4.tar.gz otp-c6d03c10d7cd9a4d2d56a6acd471ba623b5a73a4.tar.bz2 otp-c6d03c10d7cd9a4d2d56a6acd471ba623b5a73a4.zip | |
ssh: Added User's Guide framework and minor enhancements
Diffstat (limited to 'lib/ssh/src')
| -rw-r--r-- | lib/ssh/src/ssh.erl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/ssh/src/ssh.erl b/lib/ssh/src/ssh.erl index 719c97e940..9ed6fdbcf8 100644 --- a/lib/ssh/src/ssh.erl +++ b/lib/ssh/src/ssh.erl @@ -264,7 +264,7 @@ start_daemon(Host, Port, Options, Inet) ->  do_start_daemon(Host, Port, Options, SocketOptions) ->      case ssh_system_sup:system_supervisor(Host, Port) of  	undefined -> -	    %% TODO: It would proably make more sense to call the +	    %% It would proably make more sense to call the  	    %% address option host but that is a too big change at the  	    %% monent. The name is a legacy name!  	    try sshd_sup:start_child([{address, Host},  | 
