diff options
author | Ingela Anderton Andin <[email protected]> | 2013-02-25 15:32:48 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2013-03-01 14:33:11 +0100 |
commit | 052ec4f26e4bf1c0e648bfd0432b4928f9f73977 (patch) | |
tree | 384c1c1f600ca229332158c3a4487d58d2f8fab2 /lib/ssh/src/ssh_sftp.erl | |
parent | 8deb96fb1d017307e22d2ab88968b9ef9f1b71d0 (diff) | |
download | otp-052ec4f26e4bf1c0e648bfd0432b4928f9f73977.tar.gz otp-052ec4f26e4bf1c0e648bfd0432b4928f9f73977.tar.bz2 otp-052ec4f26e4bf1c0e648bfd0432b4928f9f73977.zip |
ssh: Test and enhance handling of nonexistent subsystem
Diffstat (limited to 'lib/ssh/src/ssh_sftp.erl')
-rw-r--r-- | lib/ssh/src/ssh_sftp.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_sftp.erl b/lib/ssh/src/ssh_sftp.erl index f3afbe01bf..10167a9223 100644 --- a/lib/ssh/src/ssh_sftp.erl +++ b/lib/ssh/src/ssh_sftp.erl @@ -403,7 +403,7 @@ init([Cm, ChannelId, Timeout]) -> rep_buf = <<>>, inf = new_inf()}}; failure -> - {stop, {error, "server failed to start sftp subsystem"}}; + {stop, "server failed to start sftp subsystem"}; Error -> {stop, Error} end. |