mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-22 07:43:56 +02:00
connect should happen regardless of security plugin
This commit is contained in:
parent
d0bb32d149
commit
6a7b13ef2e
1 changed files with 2 additions and 2 deletions
|
@ -684,8 +684,8 @@ public class DStoreConnectorService extends AbstractConnectorService implements
|
||||||
}
|
}
|
||||||
// connection directly
|
// connection directly
|
||||||
boolean useSSL = isUsingSSL();
|
boolean useSSL = isUsingSSL();
|
||||||
if (setSSLProperties(useSSL))
|
setSSLProperties(useSSL);
|
||||||
connectStatus = clientConnection.connect(null, timeout);
|
connectStatus = clientConnection.connect(null, timeout);
|
||||||
}
|
}
|
||||||
// server launcher type is unknown
|
// server launcher type is unknown
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue