mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
[244807] Delay connecting if resolving filters while restoring from cache
This commit is contained in:
parent
76511fb65c
commit
4edcfed5c8
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ implements IAdaptable, ISubSystem, ISystemFilterPoolReferenceManagerProvider
|
|||
{
|
||||
// for 244270, don't connect when offline
|
||||
// or when restoring from memento
|
||||
if (!isConnected() && !isOffline() && (!(getCacheManager() != null) && !getCacheManager().isRestoreFromMemento()))
|
||||
if (!isConnected() && !isOffline() && !((getCacheManager() != null) && getCacheManager().isRestoreFromMemento()))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue