fix cached news connections to remember current group r=sspitzer, sr=mscott part of 13506

This commit is contained in:
bienvenu%netscape.com 2001-01-18 15:39:35 +00:00
Родитель f7d03cb909
Коммит 53ad72aea2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -472,6 +472,7 @@ nsNNTPProtocol::nsNNTPProtocol(nsIURI * aURL, nsIMsgWindow *aMsgWindow)
m_runningURL = null_nsCOMPtr();
m_connectionBusy = PR_FALSE;
m_fromCache = PR_FALSE;
m_currentGroup = "";
LL_I2L(m_lastActiveTimeStamp, 0);
}
@ -610,7 +611,6 @@ NS_IMETHODIMP nsNNTPProtocol::Initialize(nsIURI * aURL, nsIMsgWindow *aMsgWindow
m_previousResponseCode = 0;
m_responseText = nsnull;
m_currentGroup = "";
m_path = nsnull;
m_firstArticle = 0;