addedum patch to bug 201309 - Too many network errors caused by too many left over ns_tempX dirs. sr=dveditz

This commit is contained in:
ssu%netscape.com 2003-04-09 23:53:43 +00:00
parent bffa50ba61
commit dc9febe745

View File

@ -6696,6 +6696,12 @@ HRESULT ParseConfigIni(LPSTR lpszCmdLine)
/* check the windows registry to see if a previous instance of setup finished downloading
* all the required archives. */
dwPreviousUnfinishedState = GetPreviousUnfinishedState();
// Delete archives from the previous state *if* the user did not cancel
// out of the download state.
if(dwPreviousUnfinishedState == PUS_NONE)
DeleteArchives(DA_ONLY_IF_NOT_IN_ARCHIVES_LST);
gbPreviousUnfinishedDownload = dwPreviousUnfinishedState == PUS_DOWNLOAD;
if(gbPreviousUnfinishedDownload)
{