зеркало из https://github.com/mozilla/pjs.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:
Родитель
6274aa1e40
Коммит
ce4b7d7d99
|
@ -6696,6 +6696,12 @@ HRESULT ParseConfigIni(LPSTR lpszCmdLine)
|
||||||
/* check the windows registry to see if a previous instance of setup finished downloading
|
/* check the windows registry to see if a previous instance of setup finished downloading
|
||||||
* all the required archives. */
|
* all the required archives. */
|
||||||
dwPreviousUnfinishedState = GetPreviousUnfinishedState();
|
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;
|
gbPreviousUnfinishedDownload = dwPreviousUnfinishedState == PUS_DOWNLOAD;
|
||||||
if(gbPreviousUnfinishedDownload)
|
if(gbPreviousUnfinishedDownload)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче