fix for bug #98037. sometimes newsgroups would be marked as all read.

bad call to CleanupNewsgroupList(), which calls FinishXOVERLINE()
which adjusts the unread set.  r=mscott, sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2001-09-21 02:20:27 +00:00
Родитель 099b63bcec
Коммит 06ed1cd896
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -3355,7 +3355,6 @@ PRInt32 nsNNTPProtocol::BeginReadXover()
&m_firstPossibleArticle,
&m_lastPossibleArticle);
CleanupNewsgroupList();
m_newsgroupList = do_CreateInstance(NS_NNTPNEWSGROUPLIST_CONTRACTID, &rv);
if (NS_FAILED(rv)) return -1;