1
0
Fork 0
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:
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
boolean useSSL = isUsingSSL();
if (setSSLProperties(useSSL))
connectStatus = clientConnection.connect(null, timeout);
setSSLProperties(useSSL);
connectStatus = clientConnection.connect(null, timeout);
}
// server launcher type is unknown
else