зеркало из https://github.com/mozilla/pjs.git
fixed bug 31455 - SMTP auth login not working; r=mscott
This commit is contained in:
Родитель
0884778666
Коммит
3cf16d9a99
|
@ -902,6 +902,7 @@ PRInt32 nsSmtpProtocol::AuthLoginPassword()
|
|||
PRInt32 passwordLength = nsCRT::strlen((const char *) origPassword);
|
||||
if (!(const char*) origPassword || passwordLength == 0)
|
||||
return NS_ERROR_SMTP_USERNAME_UNDEFINED;
|
||||
password.Assign((const char*) origPassword);
|
||||
}
|
||||
else
|
||||
password.Assign(mLogonCookie);
|
||||
|
|
Загрузка…
Ссылка в новой задаче