1
0
Fork 0
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:
David McKnight 2006-05-01 20:17:14 +00:00
parent d0bb32d149
commit 6a7b13ef2e

View file

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