提交 dad708d6 编写于 作者: S serge-rider

#1090 Auth dialog canceling fix

上级 81baaa26
......@@ -663,8 +663,6 @@ public class DataSourceDescriptor
}
log.debug("Connect with '" + getName() + "' (" + getId() + ")");
connecting = true;
final String oldName = getConnectionConfiguration().getUserName();
final String oldPassword = getConnectionConfiguration().getUserPassword();
if (!isSavePassword()) {
......@@ -685,6 +683,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.
先完成此消息的编辑!
想要评论请 注册