fix warning.
git-svn-id: svn://10.0.0.236/trunk@67655 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
9d605abd96
commit
2e0801e136
@ -2614,13 +2614,12 @@ PRInt32 nsNNTPProtocol::AuthorizationResponse()
|
||||
|
||||
PRInt32 nsNNTPProtocol::PasswordResponse()
|
||||
{
|
||||
nsresult rv;
|
||||
nsresult rv = NS_OK;
|
||||
|
||||
if (MK_NNTP_RESPONSE_AUTHINFO_OK == m_responseCode ||
|
||||
MK_NNTP_RESPONSE_AUTHINFO_SIMPLE_OK == m_responseCode)
|
||||
{
|
||||
/* successful login */
|
||||
nsresult rv = NS_OK;
|
||||
PRBool pushAuth;
|
||||
/* If we're here because the host demanded authentication before we
|
||||
* even sent a single command, then jump back to the beginning of everything
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user