提交 6c99f305 编写于 作者: J jurgen

Driver load fix

Former-commit-id: 98c080de
上级 9e720485
......@@ -1363,7 +1363,8 @@ public class DriverDescriptor extends AbstractDescriptor implements DBPDriver
if (lib != null && CommonUtils.getBoolean(disabledAttr)) {
lib.setDisabled(true);
} else if (lib == null) {
lib = curDriver.addDriverLibrary(path, type);
lib = DriverLibraryAbstract.createFromPath(curDriver, type, path);
curDriver.libraries.add(lib);
}
curLibrary = lib;
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册