mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
printfs hinting of work to come.
This commit is contained in:
parent
c94fd161be
commit
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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user