aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_auth.erl
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2016-01-11 15:54:21 +0100
committerHenrik Nord <[email protected]>2016-01-11 15:54:21 +0100
commitf1447b51b578e6b5e42819ef8af057da2d0bc70e (patch)
tree8cff51ab7f1403ce9a519c4626b2f0c10d3a1b44 /lib/ssh/src/ssh_auth.erl
parent49f621565fb022a17d572e9a59dd3c1d43c08618 (diff)
parent12dffc7f0c85aa4662b97cba4af2c9ae2ba74083 (diff)
downloadotp-f1447b51b578e6b5e42819ef8af057da2d0bc70e.tar.gz
otp-f1447b51b578e6b5e42819ef8af057da2d0bc70e.tar.bz2
otp-f1447b51b578e6b5e42819ef8af057da2d0bc70e.zip
Merge branch 'maint'
Conflicts: OTP_VERSION
Diffstat (limited to 'lib/ssh/src/ssh_auth.erl')
-rw-r--r--lib/ssh/src/ssh_auth.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/src/ssh_auth.erl b/lib/ssh/src/ssh_auth.erl
index fdbb5c152a..b71bed033a 100644
--- a/lib/ssh/src/ssh_auth.erl
+++ b/lib/ssh/src/ssh_auth.erl
@@ -477,7 +477,7 @@ keyboard_interact_get_responses(_, undefined, Password, _, _, _, _, _,
1) when Password =/= undefined ->
[Password]; %% Password auth implemented with keyboard-interaction and passwd is known
keyboard_interact_get_responses(_, _, _, _, _, _, _, _, 0) ->
- [""];
+ [];
keyboard_interact_get_responses(false, undefined, undefined, _, _, _, [Prompt|_], Opts, _) ->
ssh_no_io:read_line(Prompt, Opts); %% Throws error as keyboard interaction is not allowed
keyboard_interact_get_responses(true, undefined, _,IoCb, Name, Instr, PromptInfos, Opts, _) ->