1
0
Fork 0
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:
David McKnight 2008-08-28 15:03:49 +00:00
parent 76511fb65c
commit 4edcfed5c8

View file

@ -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
{