mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Ref T150, utility functions in URL list
* renamed to withAppendedPath * findByHost * addFailed utility functions
This commit is contained in:
committed by
Mathew Sutcliffe
parent
fe01a9d4aa
commit
afbf3f05c8
@@ -387,6 +387,7 @@ namespace BlackCore
|
||||
// try next one if any
|
||||
if (this->m_bootstrapUrls.addFailedUrl(url))
|
||||
{
|
||||
m_distributionUrls.addFailedHost(url); // the same host will likely fail for distributions
|
||||
QTimer::singleShot(500, this, &CSetupReader::ps_readSetup);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user