mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +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
|
||||
boolean useSSL = isUsingSSL();
|
||||
if (setSSLProperties(useSSL))
|
||||
connectStatus = clientConnection.connect(null, timeout);
|
||||
setSSLProperties(useSSL);
|
||||
connectStatus = clientConnection.connect(null, timeout);
|
||||
}
|
||||
// server launcher type is unknown
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue