fix downloading of news messages downloading every other message fix by marcus.spranger@gmx.de r=naving, sr=me 84069

This commit is contained in:
bienvenu%netscape.com 2001-06-14 23:36:01 +00:00
Родитель dfba5d00b7
Коммит 8a3bbca701
1 изменённых файлов: 2 добавлений и 5 удалений

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

@ -118,12 +118,9 @@ nsresult nsNewsDownloader::DownloadNext(PRBool firstTimeP)
m_listener->OnStopRunningUrl(nsnull, NS_OK);
return NS_OK;
}
// return 0;
// char *url = m_folder->BuildUrl(m_newsDB, m_keyToDownload);
m_numwrote++;
StartDownload();
m_wroteAnyP = PR_FALSE;
StartDownload();
m_wroteAnyP = PR_FALSE;
nsCOMPtr <nsINntpService> nntpService = do_GetService(NS_NNTPSERVICE_CONTRACTID,&rv);
NS_ENSURE_SUCCESS(rv, rv);