mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +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
|
// for 244270, don't connect when offline
|
||||||
// or when restoring from memento
|
// or when restoring from memento
|
||||||
if (!isConnected() && !isOffline() && (!(getCacheManager() != null) && !getCacheManager().isRestoreFromMemento()))
|
if (!isConnected() && !isOffline() && !((getCacheManager() != null) && getCacheManager().isRestoreFromMemento()))
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue