aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/ftp/ftp_response.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2013-11-20 12:08:17 +0100
committerHans Nilsson <[email protected]>2013-11-20 12:08:17 +0100
commitad71e964ae3f657a4c384c4e715b5d13b527d54e (patch)
treed50770ca6988189b171c34ed5f8c26b52313d314 /lib/inets/src/ftp/ftp_response.erl
parent8435baf2aa09ee8909cfd9eb522866acff93bbc3 (diff)
parent265f95e7fc9f813c7d0c7d1fb64e5084515089c9 (diff)
downloadotp-ad71e964ae3f657a4c384c4e715b5d13b527d54e.tar.gz
otp-ad71e964ae3f657a4c384c4e715b5d13b527d54e.tar.bz2
otp-ad71e964ae3f657a4c384c4e715b5d13b527d54e.zip
Merge branch 'maint'
Diffstat (limited to 'lib/inets/src/ftp/ftp_response.erl')
-rw-r--r--lib/inets/src/ftp/ftp_response.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/inets/src/ftp/ftp_response.erl b/lib/inets/src/ftp/ftp_response.erl
index 4bf788e946..dfe180ff18 100644
--- a/lib/inets/src/ftp/ftp_response.erl
+++ b/lib/inets/src/ftp/ftp_response.erl
@@ -175,6 +175,8 @@ error_string(Reason) ->
%% Positive Preleminary Reply
interpret_status(?POS_PREL,_,_) -> pos_prel;
+%%FIXME ??? 3??? interpret_status(?POS_COMPL, ?AUTH_ACC, 3) -> tls_upgrade;
+interpret_status(?POS_COMPL, ?AUTH_ACC, 4) -> tls_upgrade;
%% Positive Completion Reply
interpret_status(?POS_COMPL,_,_) -> pos_compl;
%% Positive Intermediate Reply nedd account