mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 01:25:23 +02:00
using deferred queries for connecting while resolving filters
This commit is contained in:
parent
a65064d16b
commit
e8ab4fbef6
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ public class SystemFetchOperation extends JobChangeAdapter implements IRunnableW
|
||||||
protected void execute(IProgressMonitor monitor) throws Exception, InterruptedException
|
protected void execute(IProgressMonitor monitor) throws Exception, InterruptedException
|
||||||
{
|
{
|
||||||
SubSystem ss = (SubSystem)_adapter.getSubSystem(_remoteObject);
|
SubSystem ss = (SubSystem)_adapter.getSubSystem(_remoteObject);
|
||||||
synchronized (ss)
|
synchronized (ss.getConnectorService())
|
||||||
{
|
{
|
||||||
if (!ss.isConnected())
|
if (!ss.isConnected())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue