зеркало из https://github.com/mozilla/gecko-dev.git
This is not my day.
This commit is contained in:
Родитель
96ff768279
Коммит
f342961147
|
@ -1084,7 +1084,7 @@ nsFtpState::S_syst() {
|
|||
FTP_STATE
|
||||
nsFtpState::R_syst() {
|
||||
if (mResponseCode/100 == 2) {
|
||||
if (( mResponseMsg.Find("L8") > 1) ||
|
||||
if (( mResponseMsg.Find("L8") > -1) ||
|
||||
( mResponseMsg.Find("UNIX") > -1) ||
|
||||
( mResponseMsg.Find("BSD") > -1) ) // non standard response (91019)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче