зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
bffa50ba61
Коммит
dc9febe745
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче