提交 4226d66f 编写于 作者: S Serge Rider

Merge remote-tracking branch 'origin/devel' into devel

......@@ -668,8 +668,6 @@ public class DataSourceDescriptor
}
log.debug("Connect with '" + getName() + "' (" + getId() + ")");
connecting = true;
final String oldName = getConnectionConfiguration().getUserName();
final String oldPassword = getConnectionConfiguration().getUserPassword();
if (!isSavePassword()) {
......@@ -690,6 +688,7 @@ public class DataSourceDescriptor
processEvents(monitor, DBPConnectionEventType.BEFORE_CONNECT);
connecting = true;
tunnelConnectionInfo = null;
try {
// Handle tunnel
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册