diff --git a/mozilla/mailnews/news/src/nsNNTPProtocol.cpp b/mozilla/mailnews/news/src/nsNNTPProtocol.cpp index 53401165bb1..6d8b9fc4b3f 100644 --- a/mozilla/mailnews/news/src/nsNNTPProtocol.cpp +++ b/mozilla/mailnews/news/src/nsNNTPProtocol.cpp @@ -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