aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/ftp/ftp_response.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-06-02 17:25:06 +0200
committerHans Nilsson <[email protected]>2016-06-03 12:55:45 +0200
commit5c764919283a711474a11afe2b5bfeba49229a89 (patch)
treed27d31cc8e5859bb901eb3e199fb398474fc307c /lib/inets/src/ftp/ftp_response.erl
parent27a1d233aca49b3bc4e277398c29eb43868aba15 (diff)
downloadotp-5c764919283a711474a11afe2b5bfeba49229a89.tar.gz
otp-5c764919283a711474a11afe2b5bfeba49229a89.tar.bz2
otp-5c764919283a711474a11afe2b5bfeba49229a89.zip
ftp: fix error code errors incl extend test suites
Diffstat (limited to 'lib/inets/src/ftp/ftp_response.erl')
-rw-r--r--lib/inets/src/ftp/ftp_response.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/inets/src/ftp/ftp_response.erl b/lib/inets/src/ftp/ftp_response.erl
index 32db2dfe66..7533bc4550 100644
--- a/lib/inets/src/ftp/ftp_response.erl
+++ b/lib/inets/src/ftp/ftp_response.erl
@@ -194,5 +194,6 @@ interpret_status(?TRANS_NEG_COMPL,_,_) -> trans_neg_compl;
interpret_status(?PERM_NEG_COMPL,?FILE_SYSTEM,0) -> epath;
interpret_status(?PERM_NEG_COMPL,?FILE_SYSTEM,2) -> epnospc;
interpret_status(?PERM_NEG_COMPL,?FILE_SYSTEM,3) -> efnamena;
+interpret_status(?PERM_NEG_COMPL,?AUTH_ACC,0) -> elogin;
interpret_status(?PERM_NEG_COMPL,_,_) -> perm_neg_compl.