This commit is contained in:
alecf%netscape.com 1999-08-31 06:29:53 +00:00
Родитель 0719bf1c03
Коммит 2f273a8872
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -641,10 +641,10 @@ PRInt32 nsSmtpProtocol::AuthLoginResponse(nsIInputStream * stream, PRUint32 leng
{
case 2:
{
const nsString * mailPassword = nsnull;
//m_runningURL->GetUserPassword(&mailPassword);
m_nextState = SMTP_SEND_HELO_RESPONSE;
#ifdef UNREADY_CODE
const nsString * mailPassword = nsnull;
if (mailPassword == NULL)
MSG_SetPasswordForMailHost(cd->master, m_hostName, net_smtp_password);
#endif