diff options
author | Niclas Eklund <[email protected]> | 2010-04-21 13:20:38 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-04-21 13:20:38 +0000 |
commit | 494341d4660ea9cf220848393e718b01fc7926e4 (patch) | |
tree | e22e1769837d4fc4a9a25f1c0ac4e7640c66f384 /lib/ssh/src/ssh_cli.erl | |
parent | 91c89d54d45989a85367f10d5902b9b508754a49 (diff) | |
download | otp-494341d4660ea9cf220848393e718b01fc7926e4.tar.gz otp-494341d4660ea9cf220848393e718b01fc7926e4.tar.bz2 otp-494341d4660ea9cf220848393e718b01fc7926e4.zip |
Changes after ssh-1.1.8
Diffstat (limited to 'lib/ssh/src/ssh_cli.erl')
-rw-r--r-- | lib/ssh/src/ssh_cli.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_cli.erl b/lib/ssh/src/ssh_cli.erl index beff6455d1..2764ea2e43 100644 --- a/lib/ssh/src/ssh_cli.erl +++ b/lib/ssh/src/ssh_cli.erl @@ -428,7 +428,7 @@ start_shell(ConnectionManager, State) -> {ok, User} = ssh_userreg:lookup_user(ConnectionManager), {ok, PeerAddr} = - ssh_cm:get_peer_addr(ConnectionManager), + ssh_connection_manager:peer_addr(ConnectionManager), fun() -> Shell(User, PeerAddr) end; _ -> Shell |