提交 21867240 编写于 作者: S Serge Rider

#1880 Do not clear secured prefs twice

上级 efa9adec
......@@ -645,8 +645,6 @@ public class DataSourceRegistry implements DBPDataSourceRegistry
private void saveDataSource(XMLBuilder xml, DataSourceDescriptor dataSource)
throws IOException
{
clearSecuredPasswords(dataSource);
xml.startElement(RegistryConstants.TAG_DATA_SOURCE);
xml.addAttribute(RegistryConstants.ATTR_ID, dataSource.getId());
xml.addAttribute(RegistryConstants.ATTR_PROVIDER, dataSource.getDriver().getProviderDescriptor().getId());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册