зеркало из https://github.com/mozilla/gecko-dev.git
printfs hinting of work to come.
This commit is contained in:
Родитель
c94fd161be
Коммит
5f51e90caf
|
@ -2499,12 +2499,15 @@ PRInt32 nsNNTPProtocol::AuthorizationResponse()
|
|||
}
|
||||
else
|
||||
{
|
||||
/* login failed */
|
||||
nsCOMPtr<nsIMsgMailNewsUrl> mailnewsurl = do_QueryInterface(m_runningURL);
|
||||
if (mailnewsurl)
|
||||
mailnewsurl->SetErrorMessage(NET_ExplainErrorDetails(
|
||||
MK_NNTP_AUTH_FAILED,
|
||||
m_responseText ? m_responseText : ""));
|
||||
|
||||
printf("TODO: bad username for news auth, remove entry in single signon database\n");
|
||||
|
||||
return(MK_NNTP_AUTH_FAILED);
|
||||
}
|
||||
|
||||
|
@ -2553,12 +2556,15 @@ PRInt32 nsNNTPProtocol::PasswordResponse()
|
|||
}
|
||||
else
|
||||
{
|
||||
/* login failed */
|
||||
nsCOMPtr<nsIMsgMailNewsUrl> mailnewsurl = do_QueryInterface(m_runningURL);
|
||||
if (mailnewsurl)
|
||||
mailnewsurl->SetErrorMessage(NET_ExplainErrorDetails(
|
||||
MK_NNTP_AUTH_FAILED,
|
||||
m_responseText ? m_responseText : ""));
|
||||
|
||||
printf("TODO: bad password for news auth, remove entry in single signon database\n");
|
||||
|
||||
return(MK_NNTP_AUTH_FAILED);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче