fix warning.

git-svn-id: svn://10.0.0.236/trunk@67655 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com 2000-04-30 08:26:01 +00:00
parent 9d605abd96
commit 2e0801e136

View File

@ -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